patch-2.3.20 linux/arch/ppc/8xx_io/Config.in
Next file: linux/arch/ppc/8xx_io/Makefile
Previous file: linux/arch/mips/sni/setup.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Oct 7 10:17:08 1999
- Orig file:
v2.3.19/linux/arch/ppc/8xx_io/Config.in
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.19/linux/arch/ppc/8xx_io/Config.in linux/arch/ppc/8xx_io/Config.in
@@ -0,0 +1,16 @@
+#
+# MPC8xx Communication options
+#
+if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
+ mainmenu_option next_comment
+ comment 'MPC8xx Communication Options'
+ bool 'CPM SCC Ethernet' CONFIG_SCC_ENET
+ if [ "$CONFIG_SCC_ENET" = "y" ]; then
+ bool 'Ethernet on SCC1' CONFIG_SCC1_ENET
+ if [ "$CONFIG_SCC1_ENET" != "y" ]; then
+ bool 'Ethernet on SCC2' CONFIG_SCC2_ENET
+ fi
+ fi
+ bool '860T FEC Ethernet' CONFIG_FEC_ENET
+ endmenu
+fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)