patch-2.1.106 linux/drivers/net/Config.in
Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/net/8390.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sat Jun 13 12:59:15 1998
- Orig file:
v2.1.105/linux/drivers/net/Config.in
- Orig date:
Tue Jun 9 11:57:29 1998
diff -u --recursive --new-file v2.1.105/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -24,6 +24,13 @@
#
bool 'Ethernet (10 or 100Mbit)' CONFIG_NET_ETHERNET
if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
+ if [ "$CONFIG_ARM" = "y" ]; then
+ if [ "$CONFIG_ARCH_ACORN" != "y" ]; then
+ tristate 'AM79C961A support' CONFIG_ARM_AM79C961A
+ else
+ source drivers/acorn/net/Config.in
+ fi
+ fi
if [ "$CONFIG_PMAC" = "y" ]; then
bool 'MACE (Power Mac Ethernet) support' CONFIG_MACE
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov