|
|
| File: [Development] / linux-2.4-xfs / arch / ppc / cpm2_io / Config.in (download)
Revision 1.2, Mon Apr 19 11:06:40 2004 UTC (13 years, 6 months ago) by nathans
Fix up merge - an over-eager script seems to have patched some files twice.. |
#
# MPC8260 Communication options
#
mainmenu_option next_comment
comment 'MPC8260 CPM Options'
bool 'Enable SCC Console' CONFIG_SCC_CONSOLE
if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
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
#
# 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
fi
endmenu