diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 933ce36a0bbb..a2081803a827 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -15,6 +15,18 @@ config SND_AD1889 | |||
15 | To compile this as a module, choose M here: the module | 15 | To compile this as a module, choose M here: the module |
16 | will be called snd-ad1889. | 16 | will be called snd-ad1889. |
17 | 17 | ||
18 | config SND_ALS300 | ||
19 | tristate "Avance Logic ALS300/ALS300+" | ||
20 | depends on SND | ||
21 | select SND_PCM | ||
22 | select SND_AC97_CODEC | ||
23 | select SND_OPL3_LIB | ||
24 | help | ||
25 | Say 'Y' or 'M' to include support for Avance Logic ALS300/ALS300+ | ||
26 | |||
27 | To compile this driver as a module, choose M here: the module | ||
28 | will be called snd-als300 | ||
29 | |||
18 | config SND_ALS4000 | 30 | config SND_ALS4000 |
19 | tristate "Avance Logic ALS4000" | 31 | tristate "Avance Logic ALS4000" |
20 | depends on SND && ISA_DMA_API | 32 | depends on SND && ISA_DMA_API |