patch-2.3.35 linux/arch/ppc/config.in
Next file: linux/arch/ppc/kernel/chrp_setup.c
Previous file: linux/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Mon Dec 27 14:10:20 1999
-  Orig file: 
v2.3.34/linux/arch/ppc/config.in
-  Orig date: 
Wed Dec  8 14:11:25 1999
diff -u --recursive --new-file v2.3.34/linux/arch/ppc/config.in linux/arch/ppc/config.in
@@ -85,12 +85,16 @@
 
 if [ "$CONFIG_APUS" = "y" ]; then
   define_bool CONFIG_PCI n
-else if [ "$CONFIG_OAK" = "y" ]; then
+fi
+if [ "$CONFIG_OAK" = "y" ]; then
   define_bool CONFIG_PCI n
-else if [ "$CONFIG_8xx" = "y" ]; then
+fi
+if [ "$CONFIG_8xx" = "y" ]; then
     bool 'QSpan PCI' CONFIG_PCI
 else
+  if [ "$CONFIG_APUS" != "y" ]; then
     define_bool CONFIG_PCI y
+  fi
 fi
 
 bool 'Networking support' CONFIG_NET
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)