patch-2.3.99-pre4 linux/drivers/sound/dmasound/Config.in
Next file: linux/drivers/sound/dmasound/Makefile
Previous file: linux/drivers/sound/dev_table.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Mon Apr 10 22:58:59 2000
- Orig file:
v2.3.99-pre3/linux/drivers/sound/dmasound/Config.in
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.99-pre3/linux/drivers/sound/dmasound/Config.in linux/drivers/sound/dmasound/Config.in
@@ -0,0 +1,27 @@
+# drivers/sound/dmasound/Config.in
+
+if [ "$CONFIG_ATARI" = "y" ]; then
+ dep_tristate ' Atari DMA sound support' CONFIG_DMASOUND_ATARI $CONFIG_SOUND
+fi
+if [ "$CONFIG_ALL_PPC" = "y" ]; then
+ dep_tristate ' PowerMac DMA sound support' CONFIG_DMASOUND_AWACS $CONFIG_SOUND
+fi
+if [ "$CONFIG_AMIGA" = "y" -o "$CONFIG_APUS" = "y" ]; then
+ dep_tristate ' Amiga DMA sound support' CONFIG_DMASOUND_PAULA $CONFIG_SOUND
+fi
+if [ "$CONFIG_Q40" = "y" ]; then
+ dep_tristate ' Q40 sound support' CONFIG_DMASOUND_Q40 $CONFIG_SOUND
+fi
+if [ "$CONFIG_DMASOUND_ATARI" = "y" -o \
+ "$CONFIG_DMASOUND_AWACS" = "y" -o \
+ "$CONFIG_DMASOUND_PAULA" = "y" -o \
+ "$CONFIG_DMASOUND_Q40" = "y" ]; then
+ define_tristate CONFIG_DMASOUND y
+else
+ if [ "$CONFIG_DMASOUND_ATARI" = "m" -o \
+ "$CONFIG_DMASOUND_AWACS" = "m" -o \
+ "$CONFIG_DMASOUND_PAULA" = "m" -o \
+ "$CONFIG_DMASOUND_Q40" = "m" ]; then
+ define_tristate CONFIG_DMASOUND m
+ fi
+fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)