diff options
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 50dd0086cfb1..edfc1b8d553e 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -793,6 +793,15 @@ config SND_RME9652 | |||
793 | To compile this driver as a module, choose M here: the module | 793 | To compile this driver as a module, choose M here: the module |
794 | will be called snd-rme9652. | 794 | will be called snd-rme9652. |
795 | 795 | ||
796 | config SND_SE6X | ||
797 | tristate "Studio Evolution SE6X" | ||
798 | depends on SND_OXYGEN=n && SND_VIRTUOSO=n # PCI ID conflict | ||
799 | select SND_OXYGEN_LIB | ||
800 | select SND_PCM | ||
801 | select SND_MPU401_UART | ||
802 | help | ||
803 | Say Y or M here only if you actually have this sound card. | ||
804 | |||
796 | config SND_SIS7019 | 805 | config SND_SIS7019 |
797 | tristate "SiS 7019 Audio Accelerator" | 806 | tristate "SiS 7019 Audio Accelerator" |
798 | depends on X86_32 | 807 | depends on X86_32 |