vsprintf: factor out skip_space code in a separate function
[safe/jmp/linux-2.6] / sound / isa / Kconfig
index 5c39483..02fe81c 100644 (file)
@@ -1,21 +1,43 @@
 # ALSA ISA drivers
 
-menu "ISA devices"
-       depends on SND!=n && ISA && ISA_DMA_API
+config SND_WSS_LIB
+        tristate
+        select SND_PCM
+
+config SND_SB_COMMON
+        tristate
 
-config SND_AD1848_LIB
+config SND_SB8_DSP
         tristate
         select SND_PCM
-       select SND_GENERIC_PM
+        select SND_SB_COMMON
 
-config SND_CS4231_LIB
+config SND_SB16_DSP
         tristate
         select SND_PCM
-       select SND_GENERIC_PM
+        select SND_SB_COMMON
+
+menuconfig SND_ISA
+       bool "ISA sound devices"
+       depends on ISA && ISA_DMA_API
+       default y
+       help
+         Support for sound devices connected via the ISA bus.
+
+if SND_ISA
+
+config SND_ADLIB
+       tristate "AdLib FM card"
+       select SND_OPL3_LIB
+       help
+         Say Y here to include support for AdLib FM cards.
+
+         To compile this driver as a module, choose M here: the module
+         will be called snd-adlib.
 
 config SND_AD1816A
        tristate "Analog Devices SoundPort AD1816A"
-       depends on SND && PNP && ISA
+       depends on PNP
        select ISAPNP
        select SND_OPL3_LIB
        select SND_MPU401_UART
@@ -29,23 +51,62 @@ config SND_AD1816A
 
 config SND_AD1848
        tristate "Generic AD1848/CS4248 driver"
-       depends on SND
-       select SND_AD1848_LIB
+       select SND_WSS_LIB
        help
          Say Y here to include support for AD1848 (Analog Devices) or
          CS4248 (Cirrus Logic - Crystal Semiconductors) chips.
          
-         For newer chips from Cirrus Logic, use the CS4231, CS4232 or
-         CS4236+ drivers.
+         For newer chips from Cirrus Logic, use the CS4231 or CS4232+
+         drivers.
 
          To compile this driver as a module, choose M here: the module
          will be called snd-ad1848.
 
+config SND_ALS100
+       tristate "Avance Logic ALS100/ALS120"
+       depends on PNP
+       select ISAPNP
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
+       select SND_SB16_DSP
+       help
+         Say Y here to include support for soundcards based on Avance
+         Logic ALS100, ALS110, ALS120 and ALS200 chips.
+
+         To compile this driver as a module, choose M here: the module
+         will be called snd-als100.
+
+config SND_AZT2320
+       tristate "Aztech Systems AZT2320"
+       depends on PNP
+       select ISAPNP
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
+       select SND_WSS_LIB
+       help
+         Say Y here to include support for soundcards based on the
+         Aztech Systems AZT2320 chip.
+
+         To compile this driver as a module, choose M here: the module
+         will be called snd-azt2320.
+
+config SND_CMI8330
+       tristate "C-Media CMI8330"
+       select SND_WSS_LIB
+       select SND_SB16_DSP
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
+       help
+         Say Y here to include support for soundcards based on the
+         C-Media CMI8330 chip.
+
+         To compile this driver as a module, choose M here: the module
+         will be called snd-cmi8330.
+
 config SND_CS4231
        tristate "Generic Cirrus Logic CS4231 driver"
-       depends on SND
        select SND_MPU401_UART
-       select SND_CS4231_LIB
+       select SND_WSS_LIB
        help
          Say Y here to include support for CS4231 chips from Cirrus
          Logic - Crystal Semiconductors.
@@ -53,38 +114,39 @@ config SND_CS4231
          To compile this driver as a module, choose M here: the module
          will be called snd-cs4231.
 
-config SND_CS4232
-       tristate "Generic Cirrus Logic CS4232 driver"
-       depends on SND
+config SND_CS4236
+       tristate "Generic Cirrus Logic CS4232/CS4236+ driver"
        select SND_OPL3_LIB
        select SND_MPU401_UART
-       select SND_CS4231_LIB
+       select SND_WSS_LIB
        help
-         Say Y here to include support for CS4232 chips from Cirrus
-         Logic - Crystal Semiconductors.
+         Say Y to include support for CS4232,CS4235,CS4236,CS4237B,
+         CS4238B,CS4239 chips from Cirrus Logic - Crystal
+         Semiconductors.
 
          To compile this driver as a module, choose M here: the module
-         will be called snd-cs4232.
+         will be called snd-cs4236.
 
-config SND_CS4236
-       tristate "Generic Cirrus Logic CS4236+ driver"
-       depends on SND
+config SND_DT019X
+       tristate "Diamond Technologies DT-019X, Avance Logic ALS-007"
+       depends on PNP
+       select ISAPNP
        select SND_OPL3_LIB
        select SND_MPU401_UART
-       select SND_CS4231_LIB
+       select SND_SB16_DSP
        help
-         Say Y to include support for CS4235,CS4236,CS4237B,CS4238B,
-         CS4239 chips from Cirrus Logic - Crystal Semiconductors.
+         Say Y here to include support for soundcards based on the
+         Diamond Technologies DT-019X or Avance Logic ALS-007 chips.
 
          To compile this driver as a module, choose M here: the module
-         will be called snd-cs4236.
+         will be called snd-dt019x.
 
 config SND_ES968
        tristate "Generic ESS ES968 driver"
-       depends on SND && PNP && ISA
+       depends on PNP
        select ISAPNP
        select SND_MPU401_UART
-       select SND_PCM
+       select SND_SB8_DSP
        help
          Say Y here to include support for ESS AudioDrive ES968 chips.
 
@@ -93,7 +155,6 @@ config SND_ES968
 
 config SND_ES1688
        tristate "Generic ESS ES688/ES1688 driver"
-       depends on SND
        select SND_OPL3_LIB
        select SND_MPU401_UART
        select SND_PCM
@@ -106,26 +167,35 @@ config SND_ES1688
 
 config SND_ES18XX
        tristate "Generic ESS ES18xx driver"
-       depends on SND
        select SND_OPL3_LIB
        select SND_MPU401_UART
        select SND_PCM
-       select SND_GENERIC_PM
        help
          Say Y here to include support for ESS AudioDrive ES18xx chips.
 
          To compile this driver as a module, choose M here: the module
          will be called snd-es18xx.
 
-config SND_GUS_SYNTH
-       tristate
+config SND_SC6000
+       tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16"
+       depends on HAS_IOPORT
+       select SND_WSS_LIB
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
+       help
+         Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000
+         cards and clones:
+         Audio Excel DSP 16 and Zoltrix AV302.
+
+         These cards are based on CompuMedia ASC-9308 or ASC-9408 chips.
+
+         To compile this driver as a module, choose M here: the module
+         will be called snd-sc6000.
 
 config SND_GUSCLASSIC
        tristate "Gravis UltraSound Classic"
-       depends on SND
        select SND_RAWMIDI
        select SND_PCM
-       select SND_GUS_SYNTH
        help
          Say Y here to include support for Gravis UltraSound Classic
          soundcards.
@@ -135,11 +205,9 @@ config SND_GUSCLASSIC
 
 config SND_GUSEXTREME
        tristate "Gravis UltraSound Extreme"
-       depends on SND
-       select SND_HWDEP
+       select SND_OPL3_LIB
        select SND_MPU401_UART
        select SND_PCM
-       select SND_GUS_SYNTH
        help
          Say Y here to include support for Gravis UltraSound Extreme
          soundcards.
@@ -149,10 +217,8 @@ config SND_GUSEXTREME
 
 config SND_GUSMAX
        tristate "Gravis UltraSound MAX"
-       depends on SND
        select SND_RAWMIDI
-       select SND_CS4231_LIB
-       select SND_GUS_SYNTH
+       select SND_WSS_LIB
        help
          Say Y here to include support for Gravis UltraSound MAX
          soundcards.
@@ -162,11 +228,9 @@ config SND_GUSMAX
 
 config SND_INTERWAVE
        tristate "AMD InterWave, Gravis UltraSound PnP"
-       depends on SND && PNP && ISA
+       depends on PNP
        select SND_RAWMIDI
-       select SND_CS4231_LIB
-       select SND_GUS_SYNTH
-       select ISAPNP
+       select SND_WSS_LIB
        help
          Say Y here to include support for AMD InterWave based
          soundcards (Gravis UltraSound Plug & Play, STB SoundRage32,
@@ -177,11 +241,9 @@ config SND_INTERWAVE
 
 config SND_INTERWAVE_STB
        tristate "AMD InterWave + TEA6330T (UltraSound 32-Pro)"
-       depends on SND && PNP && ISA
+       depends on PNP
        select SND_RAWMIDI
-       select SND_CS4231_LIB
-       select SND_GUS_SYNTH
-       select ISAPNP
+       select SND_WSS_LIB
        help
          Say Y here to include support for AMD InterWave based
          soundcards with a TEA6330T bass and treble regulator
@@ -190,13 +252,24 @@ config SND_INTERWAVE_STB
          To compile this driver as a module, choose M here: the module
          will be called snd-interwave-stb.
 
+config SND_OPL3SA2
+       tristate "Yamaha OPL3-SA2/SA3"
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
+       select SND_WSS_LIB
+       help
+         Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3
+         chips.
+
+         To compile this driver as a module, choose M here: the module
+         will be called snd-opl3sa2.
+
 config SND_OPTI92X_AD1848
        tristate "OPTi 82C92x - AD1848"
-       depends on SND
        select SND_OPL3_LIB
        select SND_OPL4_LIB
        select SND_MPU401_UART
-       select SND_AD1848_LIB
+       select SND_WSS_LIB
        help
          Say Y here to include support for soundcards based on Opti
          82C92x or OTI-601 chips and using an AD1848 codec.
@@ -206,11 +279,10 @@ config SND_OPTI92X_AD1848
 
 config SND_OPTI92X_CS4231
        tristate "OPTi 82C92x - CS4231"
-       depends on SND
        select SND_OPL3_LIB
        select SND_OPL4_LIB
        select SND_MPU401_UART
-       select SND_CS4231_LIB
+       select SND_WSS_LIB
        help
          Say Y here to include support for soundcards based on Opti
          82C92x chips and using a CS4231 codec.
@@ -220,10 +292,9 @@ config SND_OPTI92X_CS4231
 
 config SND_OPTI93X
        tristate "OPTi 82C93x"
-       depends on SND
        select SND_OPL3_LIB
        select SND_MPU401_UART
-       select SND_PCM
+       select SND_WSS_LIB
        help
          Say Y here to include support for soundcards based on Opti
          82C93x chips.
@@ -231,12 +302,24 @@ config SND_OPTI93X
          To compile this driver as a module, choose M here: the module
          will be called snd-opti93x.
 
+config SND_MIRO
+       tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver"
+       select SND_OPL4_LIB
+       select SND_WSS_LIB
+       select SND_MPU401_UART
+       select SND_PCM
+       help
+         Say 'Y' or 'M' to include support for Miro miroSOUND PCM1 pro, 
+         miroSOUND PCM12 and miroSOUND PCM20 Radio soundcards.
+
+         To compile this driver as a module, choose M here: the module
+         will be called snd-miro.
+
 config SND_SB8
        tristate "Sound Blaster 1.0/2.0/Pro (8-bit)"
-       depends on SND
        select SND_OPL3_LIB
        select SND_RAWMIDI
-       select SND_PCM
+       select SND_SB8_DSP
        help
          Say Y here to include support for Creative Sound Blaster 1.0/
          2.0/Pro (8-bit) or 100% compatible soundcards.
@@ -246,10 +329,9 @@ config SND_SB8
 
 config SND_SB16
        tristate "Sound Blaster 16 (PnP)"
-       depends on SND
        select SND_OPL3_LIB
        select SND_MPU401_UART
-       select SND_PCM
+       select SND_SB16_DSP
        help
          Say Y here to include support for Sound Blaster 16 soundcards
          (including the Plug and Play version).
@@ -259,10 +341,9 @@ config SND_SB16
 
 config SND_SBAWE
        tristate "Sound Blaster AWE (32,64) (PnP)"
-       depends on SND
        select SND_OPL3_LIB
        select SND_MPU401_UART
-       select SND_PCM
+       select SND_SB16_DSP
        help
          Say Y here to include support for Sound Blaster AWE soundcards
          (including the Plug and Play version).
@@ -273,112 +354,86 @@ config SND_SBAWE
 config SND_SB16_CSP
        bool "Sound Blaster 16/AWE CSP support"
        depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
+       select FW_LOADER
        help
          Say Y here to include support for the CSP core.  This special
          coprocessor can do variable tasks like various compression and
          decompression algorithms.
 
-config SND_WAVEFRONT
-       tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
-       depends on SND
-       select SND_OPL3_LIB
-       select SND_MPU401_UART
-       select SND_CS4231_LIB
+config SND_SGALAXY
+       tristate "Aztech Sound Galaxy"
+       select SND_WSS_LIB
        help
-         Say Y here to include support for Turtle Beach Maui, Tropez
-         and Tropez+ soundcards based on the Wavefront chip.
+         Say Y here to include support for Aztech Sound Galaxy
+         soundcards.
 
          To compile this driver as a module, choose M here: the module
-         will be called snd-wavefront.
+         will be called snd-sgalaxy.
 
-config SND_ALS100
-       tristate "Avance Logic ALS100/ALS120"
-       depends on SND && PNP && ISA
-       select ISAPNP
-       select SND_OPL3_LIB
+config SND_SSCAPE
+       tristate "Ensoniq SoundScape driver"
        select SND_MPU401_UART
-       select SND_PCM
+       select SND_WSS_LIB
+       select FW_LOADER
        help
-         Say Y here to include support for soundcards based on Avance
-         Logic ALS100, ALS110, ALS120 and ALS200 chips.
+         Say Y here to include support for Ensoniq SoundScape 
+         and Ensoniq OEM soundcards.
+
+         The PCM audio is supported on SoundScape Classic, Elite, PnP
+         and VIVO cards. The supported OEM cards are SPEA Media FX and
+         Reveal SC-600.
+         The MIDI support is very experimental and requires binary
+         firmware files called "scope.cod" and "sndscape.co?" where the
+         ? is digit 0, 1, 2, 3 or 4. The firmware files can be found
+         in DOS or Windows driver packages. One has to put the firmware
+         files into the /lib/firmware directory.
 
          To compile this driver as a module, choose M here: the module
-         will be called snd-als100.
+         will be called snd-sscape.
 
-config SND_AZT2320
-       tristate "Aztech Systems AZT2320"
-       depends on SND && PNP && ISA
-       select ISAPNP
+config SND_WAVEFRONT
+       tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
+       select FW_LOADER
        select SND_OPL3_LIB
        select SND_MPU401_UART
-       select SND_CS4231_LIB
-       help
-         Say Y here to include support for soundcards based on the
-         Aztech Systems AZT2320 chip.
-
-         To compile this driver as a module, choose M here: the module
-         will be called snd-azt2320.
-
-config SND_CMI8330
-       tristate "C-Media CMI8330"
-       depends on SND
-       select SND_AD1848_LIB
+       select SND_WSS_LIB
        help
-         Say Y here to include support for soundcards based on the
-         C-Media CMI8330 chip.
+         Say Y here to include support for Turtle Beach Maui, Tropez
+         and Tropez+ soundcards based on the Wavefront chip.
 
          To compile this driver as a module, choose M here: the module
-         will be called snd-cmi8330.
+         will be called snd-wavefront.
 
-config SND_DT019X
-       tristate "Diamond Technologies DT-019X, Avance Logic ALS-007"
-       depends on SND && PNP && ISA
-       select ISAPNP
-       select SND_OPL3_LIB
+config SND_MSND_PINNACLE
+       tristate "Turtle Beach MultiSound Pinnacle/Fiji driver"
+       depends on X86 && EXPERIMENTAL
+       select FW_LOADER
        select SND_MPU401_UART
        select SND_PCM
        help
-         Say Y here to include support for soundcards based on the
-         Diamond Technologies DT-019X or Avance Logic ALS-007 chips.
+         Say Y to include support for Turtle Beach MultiSound Pinnacle/
+         Fiji soundcards.
 
          To compile this driver as a module, choose M here: the module
-         will be called snd-dt019x.
+         will be called snd-msnd-pinnacle.
 
-config SND_OPL3SA2
-       tristate "Yamaha OPL3-SA2/SA3"
-       depends on SND
-       select SND_OPL3_LIB
+config SND_MSND_CLASSIC
+       tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
+       depends on X86 && EXPERIMENTAL
+       select FW_LOADER
        select SND_MPU401_UART
-       select SND_CS4231_LIB
+       select SND_PCM
        help
-         Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3
-         chips.
-
-         To compile this driver as a module, choose M here: the module
-         will be called snd-opl3sa2.
+         Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
+         Monterey (not for the Pinnacle or Fiji).
 
-config SND_SGALAXY
-       tristate "Aztech Sound Galaxy"
-       depends on SND
-       select SND_AD1848_LIB
-       help
-         Say Y here to include support for Aztech Sound Galaxy
-         soundcards.
+         See <file:Documentation/sound/oss/MultiSound> for important information
+         about this driver.  Note that it has been discontinued, but the
+         Voyetra Turtle Beach knowledge base entry for it is still available
+         at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
 
          To compile this driver as a module, choose M here: the module
-         will be called snd-sgalaxy.
-
-config SND_SSCAPE
-       tristate "Ensoniq SoundScape PnP driver"
-       depends on SND
-       select SND_HWDEP
-       select SND_MPU401_UART
-       select SND_CS4231_LIB
-       help
-         Say Y here to include support for Ensoniq SoundScape PnP
-         soundcards.
+         will be called snd-msnd-classic.
 
-         To compile this driver as a module, choose M here: the module
-         will be called snd-sscape.
+endif  # SND_ISA
 
-endmenu