diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 61e35ecc57b8..fa17786e1587 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -215,6 +215,16 @@ config SND_CS46XX_NEW_DSP | |||
215 | 215 | ||
216 | This works better than the old code, so say Y. | 216 | This works better than the old code, so say Y. |
217 | 217 | ||
218 | config SND_CS5530 | ||
219 | tristate "CS5530 Audio" | ||
220 | depends on SND && ISA_DMA_API | ||
221 | select SND_SB16 | ||
222 | help | ||
223 | Say Y here to include support for audio on Cyrix/NatSemi CS5530 chips. | ||
224 | |||
225 | To compile this driver as a module, choose M here: the module | ||
226 | will be called snd-cs5530. | ||
227 | |||
218 | config SND_CS5535AUDIO | 228 | config SND_CS5535AUDIO |
219 | tristate "CS5535/CS5536 Audio" | 229 | tristate "CS5535/CS5536 Audio" |
220 | depends on SND && X86 && !X86_64 | 230 | depends on SND && X86 && !X86_64 |