diff options
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index ff8fef932786..557c4de22960 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -11,6 +11,15 @@ config SND_CS4231_LIB | |||
11 | tristate | 11 | tristate |
12 | select SND_PCM | 12 | select SND_PCM |
13 | 13 | ||
14 | config SND_ADLIB | ||
15 | tristate "AdLib FM card" | ||
16 | select SND_OPL3_LIB | ||
17 | help | ||
18 | Say Y here to include support for AdLib FM cards. | ||
19 | |||
20 | To compile this driver as a module, choose M here: the module | ||
21 | will be called snd-adlib. | ||
22 | |||
14 | config SND_AD1816A | 23 | config SND_AD1816A |
15 | tristate "Analog Devices SoundPort AD1816A" | 24 | tristate "Analog Devices SoundPort AD1816A" |
16 | depends on SND && PNP && ISA | 25 | depends on SND && PNP && ISA |
@@ -292,6 +301,20 @@ config SND_OPTI93X | |||
292 | To compile this driver as a module, choose M here: the module | 301 | To compile this driver as a module, choose M here: the module |
293 | will be called snd-opti93x. | 302 | will be called snd-opti93x. |
294 | 303 | ||
304 | config SND_MIRO | ||
305 | tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver" | ||
306 | depends on SND | ||
307 | select SND_OPL4_LIB | ||
308 | select SND_CS4231_LIB | ||
309 | select SND_MPU401_UART | ||
310 | select SND_PCM | ||
311 | help | ||
312 | Say 'Y' or 'M' to include support for Miro miroSOUND PCM1 pro, | ||
313 | miroSOUND PCM12 and miroSOUND PCM20 Radio soundcards. | ||
314 | |||
315 | To compile this driver as a module, choose M here: the module | ||
316 | will be called snd-miro. | ||
317 | |||
295 | config SND_SB8 | 318 | config SND_SB8 |
296 | tristate "Sound Blaster 1.0/2.0/Pro (8-bit)" | 319 | tristate "Sound Blaster 1.0/2.0/Pro (8-bit)" |
297 | depends on SND | 320 | depends on SND |