patch-2.4.0-test9 linux/arch/ppc/8260_io/Config.in
Next file: linux/arch/ppc/8260_io/Makefile
Previous file: linux/arch/mips64/sgi-ip27/ip27-timer.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sun Sep 17 09:48:05 2000
- Orig file:
v2.4.0-test8/linux/arch/ppc/8260_io/Config.in
- Orig date:
Tue May 2 13:05:39 2000
diff -u --recursive --new-file v2.4.0-test8/linux/arch/ppc/8260_io/Config.in linux/arch/ppc/8260_io/Config.in
@@ -11,12 +11,15 @@
bool 'Ethernet on SCC2' CONFIG_SCC2_ENET
fi
fi
- bool 'FCC Ethernet' CONFIG_FCC_ENET
- if [ "$CONFIG_FCC_ENET" = "y" ]; then
- bool 'Ethernet on FCC1' CONFIG_FCC1_ENET
- if [ "$CONFIG_FCC1_ENET" != "y" ]; then
- bool 'Ethernet on FCC2' CONFIG_FCC2_ENET
- fi
+#
+# CONFIG_FEC_ENET is only used to get netdevices to call our init
+# function. Any combination of FCC1,2,3 are supported.
+#
+ bool 'FCC Ethernet' CONFIG_FEC_ENET
+ if [ "$CONFIG_FEC_ENET" = "y" ]; then
+ bool 'Ethernet on FCC1' CONFIG_FCC1_ENET
+ bool 'Ethernet on FCC2' CONFIG_FCC2_ENET
+ bool 'Ethernet on FCC3' CONFIG_FCC3_ENET
fi
endmenu
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)