PATCH: move tulip into ethernet 10,100

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Wed Oct 02 2002 - 17:02:15 EST


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.40/drivers/net/Config.in linux.2.5.40-ac1/drivers/net/Config.in
--- linux.2.5.40/drivers/net/Config.in 2002-10-02 21:33:55.000000000 +0100
+++ linux.2.5.40-ac1/drivers/net/Config.in 2002-10-02 22:17:39.000000000 +0100
@@ -108,6 +108,9 @@
       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 +326,6 @@
 
 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:36 EST