patch-2.1.125 linux/arch/ppc/config.in
Next file: linux/arch/ppc/kernel/setup.c
Previous file: linux/arch/m68k/mm/memory.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Mon Oct 5 13:00:33 1998
- Orig file:
v2.1.124/linux/arch/ppc/config.in
- Orig date:
Mon Oct 5 13:13:36 1998
diff -u --recursive --new-file v2.1.124/linux/arch/ppc/config.in linux/arch/ppc/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.71 1998/09/18 13:25:17 cort Exp $
+# $Id: config.in,v 1.72 1998/10/01 14:09:40 cort Exp $
# For a description of the syntax of this configuration file,
# see the Configure script.
#
@@ -27,7 +27,7 @@
CHRP CONFIG_CHRP \
PowerMac/PReP/CHRP CONFIG_ALL_PPC \
APUS CONFIG_APUS \
- MBX CONFIG_MBX" PReP
+ MBX CONFIG_MBX" PowerMac
endmenu
if [ "$CONFIG_MBX" = "y" ];then
@@ -184,10 +184,10 @@
tristate 'Sound card support' CONFIG_SOUND
if [ "$CONFIG_SOUND" != "n" ]; then
if [ "$CONFIG_APUS" = "y" -o "$CONFIG_PMAC" = "y" ]; then
- tristate 'Amiga or PowerMac DMA sound support' CONFIG_DMASOUND
+ tristate 'Amiga or PowerMac DMA sound support' CONFIG_DMASOUND
fi
if [ "$CONFIG_PREP" = "y" -o "$CONFIG_CHRP" = "y" ]; then
- source drivers/sound/Config.in
+ source drivers/sound/Config.in
fi
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov