Kconfig 12.5 KB
Newer Older
L
Linus Torvalds 已提交
1 2
# ALSA ISA drivers

3
config SND_WSS_LIB
L
Linus Torvalds 已提交
4 5
        tristate
        select SND_PCM
6
	select SND_TIMER
L
Linus Torvalds 已提交
7

8 9 10 11 12 13 14 15 16 17 18 19 20
config SND_SB_COMMON
        tristate

config SND_SB8_DSP
        tristate
        select SND_PCM
        select SND_SB_COMMON

config SND_SB16_DSP
        tristate
        select SND_PCM
        select SND_SB_COMMON

T
Takashi Iwai 已提交
21 22 23 24 25 26 27 28
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
29

R
Rene Herman 已提交
30 31 32 33 34 35 36 37 38
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.

L
Linus Torvalds 已提交
39 40
config SND_AD1816A
	tristate "Analog Devices SoundPort AD1816A"
T
Takashi Iwai 已提交
41
	depends on PNP
42
	select ISAPNP
L
Linus Torvalds 已提交
43 44 45
	select SND_OPL3_LIB
	select SND_MPU401_UART
	select SND_PCM
46
	select SND_TIMER
L
Linus Torvalds 已提交
47 48 49 50 51 52 53 54 55
	help
	  Say Y here to include support for Analog Devices SoundPort
	  AD1816A or compatible sound chips.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-ad1816a.

config SND_AD1848
	tristate "Generic AD1848/CS4248 driver"
56
	select SND_WSS_LIB
L
Linus Torvalds 已提交
57 58 59 60
	help
	  Say Y here to include support for AD1848 (Analog Devices) or
	  CS4248 (Cirrus Logic - Crystal Semiconductors) chips.
	  
61 62
	  For newer chips from Cirrus Logic, use the CS4231 or CS4232+
	  drivers.
L
Linus Torvalds 已提交
63 64 65 66

	  To compile this driver as a module, choose M here: the module
	  will be called snd-ad1848.

T
Takashi Iwai 已提交
67
config SND_ALS100
68
	tristate "Diamond Tech. DT-019x and Avance Logic ALSxxx"
T
Takashi Iwai 已提交
69
	depends on PNP
T
Takashi Iwai 已提交
70 71 72
	select ISAPNP
	select SND_OPL3_LIB
	select SND_MPU401_UART
73
	select SND_SB16_DSP
T
Takashi Iwai 已提交
74
	help
75 76 77
	  Say Y here to include support for soundcards based on the
	  Diamond Technologies DT-019X or Avance Logic chips: ALS007,
	  ALS100, ALS110, ALS120 and ALS200 chips.
T
Takashi Iwai 已提交
78 79 80 81

	  To compile this driver as a module, choose M here: the module
	  will be called snd-als100.

82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
config SND_AZT1605
	tristate "Aztech AZT1605 Driver"
	depends on SND
	select SND_WSS_LIB
	select SND_MPU401_UART
	select SND_OPL3_LIB
	help
	  Say Y here to include support for Aztech Sound Galaxy cards
	  based on the AZT1605 chipset.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-azt1605.

config SND_AZT2316
	tristate "Aztech AZT2316 Driver"
	depends on SND
	select SND_WSS_LIB
	select SND_MPU401_UART
	select SND_OPL3_LIB
	help
	  Say Y here to include support for Aztech Sound Galaxy cards
	  based on the AZT2316 chipset.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-azt2316.

T
Takashi Iwai 已提交
108 109
config SND_AZT2320
	tristate "Aztech Systems AZT2320"
T
Takashi Iwai 已提交
110
	depends on PNP
T
Takashi Iwai 已提交
111 112 113
	select ISAPNP
	select SND_OPL3_LIB
	select SND_MPU401_UART
114
	select SND_WSS_LIB
T
Takashi Iwai 已提交
115 116 117 118 119 120 121
	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.

122 123 124 125 126 127 128 129 130 131 132 133
config SND_CMI8328
	tristate "C-Media CMI8328"
	select SND_WSS_LIB
	select SND_OPL3_LIB
	select SND_MPU401_UART
	help
	  Say Y here to include support for soundcards based on the
	  C-Media CMI8328 chip.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-cmi8328.

T
Takashi Iwai 已提交
134 135
config SND_CMI8330
	tristate "C-Media CMI8330"
136
	select SND_WSS_LIB
137
	select SND_SB16_DSP
K
Krzysztof Helt 已提交
138
	select SND_OPL3_LIB
139
	select SND_MPU401_UART
T
Takashi Iwai 已提交
140 141 142 143 144 145 146
	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.

L
Linus Torvalds 已提交
147 148 149
config SND_CS4231
	tristate "Generic Cirrus Logic CS4231 driver"
	select SND_MPU401_UART
150
	select SND_WSS_LIB
L
Linus Torvalds 已提交
151 152 153 154 155 156 157 158
	help
	  Say Y here to include support for CS4231 chips from Cirrus
	  Logic - Crystal Semiconductors.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-cs4231.

config SND_CS4236
159
	tristate "Generic Cirrus Logic CS4232/CS4236+ driver"
L
Linus Torvalds 已提交
160 161
	select SND_OPL3_LIB
	select SND_MPU401_UART
162
	select SND_WSS_LIB
L
Linus Torvalds 已提交
163
	help
164 165 166
	  Say Y to include support for CS4232,CS4235,CS4236,CS4237B,
	  CS4238B,CS4239 chips from Cirrus Logic - Crystal
	  Semiconductors.
L
Linus Torvalds 已提交
167 168 169 170 171

	  To compile this driver as a module, choose M here: the module
	  will be called snd-cs4236.

config SND_ES1688
172
	tristate "Generic ESS ES688/ES1688 and ES968 PnP driver"
L
Linus Torvalds 已提交
173 174 175 176 177
	select SND_OPL3_LIB
	select SND_MPU401_UART
	select SND_PCM
	help
	  Say Y here to include support for ESS AudioDrive ES688 or
178
	  ES1688 chips. Also, this module support cards with ES968 PnP chip.
L
Linus Torvalds 已提交
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193

	  To compile this driver as a module, choose M here: the module
	  will be called snd-es1688.

config SND_ES18XX
	tristate "Generic ESS ES18xx driver"
	select SND_OPL3_LIB
	select SND_MPU401_UART
	select SND_PCM
	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.

K
Krzysztof Helt 已提交
194
config SND_SC6000
195
	tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16"
196
	depends on HAS_IOPORT_MAP
197
	select SND_WSS_LIB
K
Krzysztof Helt 已提交
198 199 200
	select SND_OPL3_LIB
	select SND_MPU401_UART
	help
201 202
	  Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000
	  cards and clones:
K
Krzysztof Helt 已提交
203 204
	  Audio Excel DSP 16 and Zoltrix AV302.

205 206
	  These cards are based on CompuMedia ASC-9308 or ASC-9408 chips.

K
Krzysztof Helt 已提交
207 208 209
	  To compile this driver as a module, choose M here: the module
	  will be called snd-sc6000.

L
Linus Torvalds 已提交
210 211 212 213
config SND_GUSCLASSIC
	tristate "Gravis UltraSound Classic"
	select SND_RAWMIDI
	select SND_PCM
214
	select SND_TIMER
L
Linus Torvalds 已提交
215 216 217 218 219 220 221 222 223
	help
	  Say Y here to include support for Gravis UltraSound Classic
	  soundcards.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-gusclassic.

config SND_GUSEXTREME
	tristate "Gravis UltraSound Extreme"
V
Ville Syrjala 已提交
224
	select SND_OPL3_LIB
L
Linus Torvalds 已提交
225 226
	select SND_MPU401_UART
	select SND_PCM
227
	select SND_TIMER
L
Linus Torvalds 已提交
228 229 230 231 232 233 234 235 236 237
	help
	  Say Y here to include support for Gravis UltraSound Extreme
	  soundcards.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-gusextreme.

config SND_GUSMAX
	tristate "Gravis UltraSound MAX"
	select SND_RAWMIDI
238
	select SND_WSS_LIB
L
Linus Torvalds 已提交
239 240 241 242 243 244 245 246 247
	help
	  Say Y here to include support for Gravis UltraSound MAX
	  soundcards.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-gusmax.

config SND_INTERWAVE
	tristate "AMD InterWave, Gravis UltraSound PnP"
T
Takashi Iwai 已提交
248
	depends on PNP
L
Linus Torvalds 已提交
249
	select SND_RAWMIDI
250
	select SND_WSS_LIB
L
Linus Torvalds 已提交
251 252 253 254 255 256 257 258 259 260
	help
	  Say Y here to include support for AMD InterWave based
	  soundcards (Gravis UltraSound Plug & Play, STB SoundRage32,
	  MED3210, Dynasonic Pro, Panasonic PCA761AW).

	  To compile this driver as a module, choose M here: the module
	  will be called snd-interwave.

config SND_INTERWAVE_STB
	tristate "AMD InterWave + TEA6330T (UltraSound 32-Pro)"
T
Takashi Iwai 已提交
261
	depends on PNP
L
Linus Torvalds 已提交
262
	select SND_RAWMIDI
263
	select SND_WSS_LIB
L
Linus Torvalds 已提交
264 265 266 267 268 269 270 271
	help
	  Say Y here to include support for AMD InterWave based
	  soundcards with a TEA6330T bass and treble regulator
	  (UltraSound 32-Pro).

	  To compile this driver as a module, choose M here: the module
	  will be called snd-interwave-stb.

272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287
config SND_JAZZ16
	tristate "Media Vision Jazz16 card and compatibles"
	select SND_OPL3_LIB
	select SND_MPU401_UART
	select SND_SB8_DSP
	help
	  Say Y here to include support for soundcards based on the
	  Media Vision Jazz16 chipset: digital chip MVD1216 (Jazz16),
	  codec MVA416 (CS4216) and mixer MVA514 (ICS2514).
	  Media Vision's Jazz16 cards were sold under names Pro Sonic 16,
	  Premium 3-D and Pro 3-D. There were also OEMs cards with the
	  Jazz16 chipset.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-jazz16.

T
Takashi Iwai 已提交
288 289 290 291
config SND_OPL3SA2
	tristate "Yamaha OPL3-SA2/SA3"
	select SND_OPL3_LIB
	select SND_MPU401_UART
292
	select SND_WSS_LIB
T
Takashi Iwai 已提交
293 294 295 296 297 298 299
	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.

L
Linus Torvalds 已提交
300 301 302 303 304
config SND_OPTI92X_AD1848
	tristate "OPTi 82C92x - AD1848"
	select SND_OPL3_LIB
	select SND_OPL4_LIB
	select SND_MPU401_UART
305
	select SND_WSS_LIB
L
Linus Torvalds 已提交
306 307 308 309 310 311 312 313 314 315 316 317
	help
	  Say Y here to include support for soundcards based on Opti
	  82C92x or OTI-601 chips and using an AD1848 codec.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-opti92x-ad1848.

config SND_OPTI92X_CS4231
	tristate "OPTi 82C92x - CS4231"
	select SND_OPL3_LIB
	select SND_OPL4_LIB
	select SND_MPU401_UART
318
	select SND_WSS_LIB
L
Linus Torvalds 已提交
319 320 321 322 323 324 325 326 327 328 329
	help
	  Say Y here to include support for soundcards based on Opti
	  82C92x chips and using a CS4231 codec.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-opti92x-cs4231.

config SND_OPTI93X
	tristate "OPTi 82C93x"
	select SND_OPL3_LIB
	select SND_MPU401_UART
330
	select SND_WSS_LIB
L
Linus Torvalds 已提交
331 332 333 334 335 336 337
	help
	  Say Y here to include support for soundcards based on Opti
	  82C93x chips.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-opti93x.

M
Martin Langer 已提交
338 339 340
config SND_MIRO
	tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver"
	select SND_OPL4_LIB
341
	select SND_WSS_LIB
M
Martin Langer 已提交
342 343 344 345 346 347 348 349 350
	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.

L
Linus Torvalds 已提交
351 352 353 354
config SND_SB8
	tristate "Sound Blaster 1.0/2.0/Pro (8-bit)"
	select SND_OPL3_LIB
	select SND_RAWMIDI
355
	select SND_SB8_DSP
L
Linus Torvalds 已提交
356 357 358 359 360 361 362 363 364 365 366
	help
	  Say Y here to include support for Creative Sound Blaster 1.0/
	  2.0/Pro (8-bit) or 100% compatible soundcards.

	  To compile this driver as a module, choose M here: the module
	  will be called snd-sb8.

config SND_SB16
	tristate "Sound Blaster 16 (PnP)"
	select SND_OPL3_LIB
	select SND_MPU401_UART
367
	select SND_SB16_DSP
L
Linus Torvalds 已提交
368 369 370 371 372 373 374 375 376 377 378
	help
	  Say Y here to include support for Sound Blaster 16 soundcards
	  (including the Plug and Play version).

	  To compile this driver as a module, choose M here: the module
	  will be called snd-sb16.

config SND_SBAWE
	tristate "Sound Blaster AWE (32,64) (PnP)"
	select SND_OPL3_LIB
	select SND_MPU401_UART
379
	select SND_SB16_DSP
L
Linus Torvalds 已提交
380 381 382 383 384 385 386 387 388 389
	help
	  Say Y here to include support for Sound Blaster AWE soundcards
	  (including the Plug and Play version).

	  To compile this driver as a module, choose M here: the module
	  will be called snd-sbawe.

config SND_SB16_CSP
	bool "Sound Blaster 16/AWE CSP support"
	depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)
390
	select FW_LOADER
L
Linus Torvalds 已提交
391 392 393 394 395 396
	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_SSCAPE
397
	tristate "Ensoniq SoundScape driver"
L
Linus Torvalds 已提交
398
	select SND_MPU401_UART
399
	select SND_WSS_LIB
400
	select FW_LOADER
L
Linus Torvalds 已提交
401
	help
402
	  Say Y here to include support for Ensoniq SoundScape 
403
	  and Ensoniq OEM soundcards.
L
Linus Torvalds 已提交
404

405
	  The PCM audio is supported on SoundScape Classic, Elite, PnP
406 407
	  and VIVO cards. The supported OEM cards are SPEA Media FX and
	  Reveal SC-600.
408 409 410 411 412
	  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.
413

L
Linus Torvalds 已提交
414 415 416
	  To compile this driver as a module, choose M here: the module
	  will be called snd-sscape.

T
Takashi Iwai 已提交
417 418
config SND_WAVEFRONT
	tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
419
	select FW_LOADER
T
Takashi Iwai 已提交
420 421
	select SND_OPL3_LIB
	select SND_MPU401_UART
422
	select SND_WSS_LIB
T
Takashi Iwai 已提交
423 424 425 426 427 428 429
	help
	  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-wavefront.

430 431
config SND_MSND_PINNACLE
	tristate "Turtle Beach MultiSound Pinnacle/Fiji driver"
432
	depends on X86
433 434 435 436 437 438 439 440 441 442 443 444
	select FW_LOADER
	select SND_MPU401_UART
	select SND_PCM
	help
	  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-msnd-pinnacle.

config SND_MSND_CLASSIC
	tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey"
445
	depends on X86
446 447 448 449 450 451 452 453 454 455 456 457 458 459 460
	select FW_LOADER
	select SND_MPU401_UART
	select SND_PCM
	help
	  Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or
	  Monterey (not for the Pinnacle or Fiji).

	  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-msnd-classic.

T
Takashi Iwai 已提交
461 462
endif	# SND_ISA