Commit c1a178bd authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] move tulip into ethernet 10,100

parent 389e5af6
......@@ -108,6 +108,9 @@ if [ "$CONFIG_NET_ETHERNET" = "y" ]; then
dep_tristate ' NI5210 support' CONFIG_NI52 $CONFIG_ISA
dep_tristate ' NI6510 support' CONFIG_NI65 $CONFIG_ISA
fi
if [ "$CONFIG_PCI" = "y" -o "$CONFIG_EISA" = "y" -o "$CONFIG_CARDBUS" != "n" ]; then
source drivers/net/tulip/Config.in
fi
if [ "$CONFIG_ISA" = "y" -o "$CONFIG_MCA" = "y" ]; then
dep_tristate ' AT1700/1720 support (EXPERIMENTAL)' CONFIG_AT1700 $CONFIG_EXPERIMENTAL
fi
......@@ -320,9 +323,6 @@ fi
source drivers/net/wan/Config.in
if [ "$CONFIG_PCI" = "y" -o "$CONFIG_EISA" = "y" -o "$CONFIG_CARDBUS" != "n" ]; then
source drivers/net/tulip/Config.in
fi
if [ "$CONFIG_HOTPLUG" = "y" -a "$CONFIG_PCMCIA" != "n" ]; then
source drivers/net/pcmcia/Config.in
fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment