CVSROOT: /home/cvs
Module name: linux
Changes by: ppopov@ftp.linux-mips.org 05/04/21 06:53:07
Modified files:
drivers/sound : Tag: linux_2_4 Config.in
Log message:
Au1x/Au1200 sound options update.
diff -urN linux/drivers/sound/Config.in linux/drivers/sound/Config.in
--- linux/drivers/sound/Attic/Config.in 2004/09/18 22:07:37 1.44.2.17
+++ linux/drivers/sound/Attic/Config.in 2005/04/21 05:53:07 1.44.2.18
@@ -72,10 +72,15 @@
if [ "$CONFIG_DDB5477" = "y" ]; then
dep_tristate ' NEC Vrc5477 AC97 sound' CONFIG_SOUND_VRC5477 $CONFIG_SOUND
fi
-if [ "$CONFIG_SOC_AU1X00" = "y" -o "$CONFIG_SOC_AU1500" = "y" ]; then
- dep_tristate ' Au1x00 Sound' CONFIG_SOUND_AU1X00 $CONFIG_SOUND
- dep_tristate ' Au1550 PSC Sound' CONFIG_SOUND_AU1550_PSC $CONFIG_SOUND
- dep_tristate ' Au1550 I2S Sound' CONFIG_SOUND_AU1550_I2S $CONFIG_SOUND
+if [ "$CONFIG_SOC_AU1000" = "y" -o \
+ "$CONFIG_SOC_AU1500" = "y" -o \
+ "$CONFIG_SOC_AU1100" = "y" ]; then
+ dep_tristate ' Au1x00 AC97 Sound' CONFIG_SOUND_AU1X00 $CONFIG_SOUND
+fi
+if [ "$CONFIG_SOC_AU1550" = "y" -o \
+ "$CONFIG_SOC_AU1200" = "y" ]; then
+ dep_tristate ' Au1550/Au1200 PSC AC97 Sound' CONFIG_SOUND_AU1550_PSC
$CONFIG_SOUND
+ dep_tristate ' Au1550/Au1200 PSC I2S Sound' CONFIG_SOUND_AU1550_I2S
$CONFIG_SOUND
fi
dep_tristate ' Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core'
CONFIG_SOUND_TRIDENT $CONFIG_SOUND $CONFIG_PCI
|