]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Mark non 64bit clean network drivers
authorAndi Kleen <ak@muc.de>
Tue, 14 Oct 2003 10:13:54 +0000 (06:13 -0400)
committerStephen Hemminger <shemminger@osdl.org>
Tue, 14 Oct 2003 10:13:54 +0000 (06:13 -0400)
This marks some net drivers which are clearly not 64bit (judging from
the warnings) as !64BIT.

-Andi

drivers/net/Kconfig

index 6c6ce2a743f067e978277796e17df2e708e92089..0a10a0556771cd883842264dbdf0b13b5ddc373b 100644 (file)
@@ -1616,7 +1616,7 @@ config SUNDANCE_MMIO
 
 config TLAN
        tristate "TI ThunderLAN support"
-       depends on NET_PCI && (PCI || EISA)
+       depends on NET_PCI && (PCI || EISA) && !64BIT
        ---help---
          If you have a PCI Ethernet network card based on the ThunderLAN chip
          which is supported by this driver, say Y and read the
@@ -2412,7 +2412,7 @@ config IPHASE5526
 
 config RCPCI
        tristate "Red Creek Hardware VPN (EXPERIMENTAL)"
-       depends on NETDEVICES && EXPERIMENTAL && PCI
+       depends on NETDEVICES && EXPERIMENTAL && PCI && !64BIT
        help
          This is a driver for hardware which provides a Virtual Private
          Network (VPN). Say Y if you have it.