summaryrefslogtreecommitdiffstats
path: root/drivers/net/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Config.in')
-rw-r--r--drivers/net/Config.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/Config.in b/drivers/net/Config.in
index e0ca210b1..ac19adda5 100644
--- a/drivers/net/Config.in
+++ b/drivers/net/Config.in
@@ -32,8 +32,8 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
fi
fi
if [ "$CONFIG_PPC" = "y" ]; then
- bool 'MACE (Power Mac ethernet) support' CONFIG_MACE
- bool 'BMAC (G3 ethernet) support' CONFIG_BMAC
+ tristate 'MACE (Power Mac ethernet) support' CONFIG_MACE
+ tristate 'BMAC (G3 ethernet) support' CONFIG_BMAC
fi
if [ "$CONFIG_ZORRO" = "y" ]; then
tristate 'Ariadne support' CONFIG_ARIADNE
@@ -53,6 +53,7 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
tristate '3c507 support' CONFIG_EL16
if [ "$CONFIG_MCA" = "y" ]; then
tristate '3c523 support' CONFIG_ELMC
+ tristate '3c527 support' CONFIG_ELMC_II
fi
fi
tristate '3c509/3c579 support' CONFIG_EL3
@@ -81,7 +82,7 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'RealTek 8129/8139 (not 8019/8029!) support' CONFIG_RTL8139
tristate 'Packet Engines Yellowfin Gigabit-NIC support' CONFIG_YELLOWFIN
- tristate 'Alteon AceNIC & 3Com 3C985 Gigabit support' CONFIG_ACENIC
+ tristate 'Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support' CONFIG_ACENIC
fi
bool 'Other ISA cards' CONFIG_NET_ISA
if [ "$CONFIG_NET_ISA" = "y" ]; then