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

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

7
config SND_AD1848_LIB
L
Linus Torvalds 已提交
8 9
        tristate
        select SND_PCM
10
        select SND_WSS_LIB
L
Linus Torvalds 已提交
11

12 13 14 15 16 17 18 19 20 21 22 23 24
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 已提交
25 26 27 28 29 30 31 32
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
33

R
Rene Herman 已提交
34 35 36 37 38 39 40 41 42
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 已提交
43 44
config SND_AD1816A
	tristate "Analog Devices SoundPort AD1816A"
T
Takashi Iwai 已提交
45
	depends on PNP
46
	select ISAPNP
L
Linus Torvalds 已提交
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
	select SND_OPL3_LIB
	select SND_MPU401_UART
	select SND_PCM
	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"
	select SND_AD1848_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.

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

T
Takashi Iwai 已提交
70 71
config SND_ALS100
	tristate "Avance Logic ALS100/ALS120"
T
Takashi Iwai 已提交
72
	depends on PNP
T
Takashi Iwai 已提交
73 74 75
	select ISAPNP
	select SND_OPL3_LIB
	select SND_MPU401_UART
76
	select SND_SB16_DSP
T
Takashi Iwai 已提交
77 78 79 80 81 82 83 84 85
	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"
T
Takashi Iwai 已提交
86
	depends on PNP
T
Takashi Iwai 已提交
87 88 89
	select ISAPNP
	select SND_OPL3_LIB
	select SND_MPU401_UART
90
	select SND_WSS_LIB
T
Takashi Iwai 已提交
91 92 93 94 95 96 97 98 99 100
	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_AD1848_LIB
101
	select SND_SB16_DSP
T
Takashi Iwai 已提交
102 103 104 105 106 107 108
	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 已提交
109 110 111
config SND_CS4231
	tristate "Generic Cirrus Logic CS4231 driver"
	select SND_MPU401_UART
112
	select SND_WSS_LIB
L
Linus Torvalds 已提交
113 114 115 116 117 118 119 120 121 122 123
	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_CS4232
	tristate "Generic Cirrus Logic CS4232 driver"
	select SND_OPL3_LIB
	select SND_MPU401_UART
124
	select SND_WSS_LIB
L
Linus Torvalds 已提交
125 126 127 128 129 130 131 132 133 134 135
	help
	  Say Y here to include support for CS4232 chips from Cirrus
	  Logic - Crystal Semiconductors.

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

config SND_CS4236
	tristate "Generic Cirrus Logic CS4236+ driver"
	select SND_OPL3_LIB
	select SND_MPU401_UART
136
	select SND_WSS_LIB
L
Linus Torvalds 已提交
137 138 139 140 141 142 143
	help
	  Say Y to include support for 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-cs4236.

T
Takashi Iwai 已提交
144 145
config SND_DT019X
	tristate "Diamond Technologies DT-019X, Avance Logic ALS-007"
T
Takashi Iwai 已提交
146
	depends on PNP
T
Takashi Iwai 已提交
147 148 149
	select ISAPNP
	select SND_OPL3_LIB
	select SND_MPU401_UART
150
	select SND_SB16_DSP
T
Takashi Iwai 已提交
151 152 153 154 155 156 157
	help
	  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-dt019x.

L
Linus Torvalds 已提交
158 159
config SND_ES968
	tristate "Generic ESS ES968 driver"
T
Takashi Iwai 已提交
160
	depends on PNP
161
	select ISAPNP
L
Linus Torvalds 已提交
162
	select SND_MPU401_UART
163
	select SND_SB8_DSP
L
Linus Torvalds 已提交
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
	help
	  Say Y here to include support for ESS AudioDrive ES968 chips.

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

config SND_ES1688
	tristate "Generic ESS ES688/ES1688 driver"
	select SND_OPL3_LIB
	select SND_MPU401_UART
	select SND_PCM
	help
	  Say Y here to include support for ESS AudioDrive ES688 or
	  ES1688 chips.

	  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 已提交
193 194
config SND_SC6000
	tristate "Gallant SC-6000, Audio Excel DSP 16"
T
Takashi Iwai 已提交
195
	depends on HAS_IOPORT
K
Krzysztof Helt 已提交
196 197 198 199 200 201 202 203 204 205
	select SND_AD1848_LIB
	select SND_OPL3_LIB
	select SND_MPU401_UART
	help
	  Say Y here to include support for Gallant SC-6000 card and clones:
	  Audio Excel DSP 16 and Zoltrix AV302.

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

L
Linus Torvalds 已提交
206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
config SND_GUSCLASSIC
	tristate "Gravis UltraSound Classic"
	select SND_RAWMIDI
	select SND_PCM
	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"
	select SND_HWDEP
	select SND_MPU401_UART
	select SND_PCM
	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
232
	select SND_WSS_LIB
L
Linus Torvalds 已提交
233 234 235 236 237 238 239 240 241
	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 已提交
242
	depends on PNP
L
Linus Torvalds 已提交
243
	select SND_RAWMIDI
244
	select SND_WSS_LIB
L
Linus Torvalds 已提交
245 246 247 248 249 250 251 252 253 254
	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 已提交
255
	depends on PNP
L
Linus Torvalds 已提交
256
	select SND_RAWMIDI
257
	select SND_WSS_LIB
L
Linus Torvalds 已提交
258 259 260 261 262 263 264 265
	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.

T
Takashi Iwai 已提交
266 267 268 269
config SND_OPL3SA2
	tristate "Yamaha OPL3-SA2/SA3"
	select SND_OPL3_LIB
	select SND_MPU401_UART
270
	select SND_WSS_LIB
T
Takashi Iwai 已提交
271 272 273 274 275 276 277
	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 已提交
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295
config SND_OPTI92X_AD1848
	tristate "OPTi 82C92x - AD1848"
	select SND_OPL3_LIB
	select SND_OPL4_LIB
	select SND_MPU401_UART
	select SND_AD1848_LIB
	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
296
	select SND_WSS_LIB
L
Linus Torvalds 已提交
297 298 299 300 301 302 303 304 305 306 307
	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
308
	select SND_WSS_LIB
L
Linus Torvalds 已提交
309 310 311 312 313 314 315
	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 已提交
316 317 318
config SND_MIRO
	tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver"
	select SND_OPL4_LIB
319
	select SND_WSS_LIB
M
Martin Langer 已提交
320 321 322 323 324 325 326 327 328
	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 已提交
329 330 331 332
config SND_SB8
	tristate "Sound Blaster 1.0/2.0/Pro (8-bit)"
	select SND_OPL3_LIB
	select SND_RAWMIDI
333
	select SND_SB8_DSP
L
Linus Torvalds 已提交
334 335 336 337 338 339 340 341 342 343 344
	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
345
	select SND_SB16_DSP
L
Linus Torvalds 已提交
346 347 348 349 350 351 352 353 354 355 356
	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
357
	select SND_SB16_DSP
L
Linus Torvalds 已提交
358 359 360 361 362 363 364 365 366 367
	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)
368
	select FW_LOADER if !SND_SB16_CSP_FIRMWARE_IN_KERNEL
L
Linus Torvalds 已提交
369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387
	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_SGALAXY
	tristate "Aztech Sound Galaxy"
	select SND_AD1848_LIB
	help
	  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-sgalaxy.

config SND_SSCAPE
	tristate "Ensoniq SoundScape PnP driver"
	select SND_HWDEP
	select SND_MPU401_UART
388
	select SND_WSS_LIB
L
Linus Torvalds 已提交
389 390 391 392 393 394 395
	help
	  Say Y here to include support for Ensoniq SoundScape PnP
	  soundcards.

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

T
Takashi Iwai 已提交
396 397
config SND_WAVEFRONT
	tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)"
398
	select FW_LOADER
T
Takashi Iwai 已提交
399 400
	select SND_OPL3_LIB
	select SND_MPU401_UART
401
	select SND_WSS_LIB
T
Takashi Iwai 已提交
402 403 404 405 406 407 408
	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.

409 410 411 412 413
config SND_WAVEFRONT_FIRMWARE_IN_KERNEL
	bool "In-kernel firmware for Wavefront"
	depends on SND_WAVEFRONT
	default y
	help
414 415 416 417
	  Say Y here to include the static firmware for FX DSP built in
	  the kernel for the Wavefront driver.  If you choose N here,
	  you need to install the firmware files from the
	  alsa-firmware package.
418

T
Takashi Iwai 已提交
419 420
endif	# SND_ISA