summaryrefslogtreecommitdiffstats
path: root/drivers/sound/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/Config.in')
-rw-r--r--drivers/sound/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/sound/Config.in b/drivers/sound/Config.in
index ebc695d0c..20da69d44 100644
--- a/drivers/sound/Config.in
+++ b/drivers/sound/Config.in
@@ -9,11 +9,11 @@
# Prompt user for primary drivers.
-if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
- dep_tristate 'Ensoniq AudioPCI (ES1370)' CONFIG_SOUND_ES1370 $CONFIG_SOUND
- if [ "$CONFIG_SOUND_ES1370" = "y" ]; then
- bool 'Joystick support at boot time' CONFIG_SOUND_ES1370_JOYPORT_BOOT
- fi
+dep_tristate 'C-Media PCI (CMI8338/8378)' CONFIG_SOUND_CMPCI $CONFIG_SOUND
+dep_tristate 'Ensoniq AudioPCI (ES1370)' CONFIG_SOUND_ES1370 $CONFIG_SOUND
+if [ "$CONFIG_SOUND_ES1370" = "y" ]; then
+ bool 'Joystick support at boot time' CONFIG_SOUND_ES1370_JOYPORT_BOOT
+fi
dep_tristate 'Creative Ensoniq AudioPCI 97 (ES1371)' CONFIG_SOUND_ES1371 $CONFIG_SOUND
fi
dep_tristate 'S3 SonicVibes' CONFIG_SOUND_SONICVIBES $CONFIG_SOUND