URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [or32/] [drivers/] [Config.in] - Rev 1781
Go to most recent revision | Compare with Previous | Blame | View Log
mainmenu_option next_comment
comment 'Drivers for OpenRISC specific interfaces'
bool 'Open Ethernet support' CONFIG_OETH
if [ "$CONFIG_OETH" = "y" ]; then
# this is just so that the user does not have to go into the
# normal ethernet driver section just to enable ethernetworking
define_bool CONFIG_NET_ETHERNET y
bool 'Pass tx->next to linux' CONFIG_OETH_UNKNOWN_TX_NEXT y
else
define_bool CONFIG_NET_ETHERNET n
fi
endmenu
Go to most recent revision | Compare with Previous | Blame | View Log