diff options
author | Stephen Hemminger | 2008-05-30 18:49:55 +0200 |
---|---|---|
committer | Jeff Garzik | 2008-05-31 04:17:59 +0200 |
commit | 93e16847c9db0093065c98063cfc639cdfccf19a (patch) | |
tree | cbf906f30e2e225feeda519f6f478e6700b91de3 /drivers/net/Kconfig | |
parent | tlan: remove unused devName field (diff) | |
download | kernel-qcow2-linux-93e16847c9db0093065c98063cfc639cdfccf19a.tar.gz kernel-qcow2-linux-93e16847c9db0093065c98063cfc639cdfccf19a.tar.xz kernel-qcow2-linux-93e16847c9db0093065c98063cfc639cdfccf19a.zip |
tlan: 64bit conversion
Make this driver compile cleanly on 64 bit platforms.
Compile tested only.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 8178a4dfd09c..07a91251bcac 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1670,7 +1670,7 @@ config SUNDANCE_MMIO config TLAN tristate "TI ThunderLAN support" - depends on NET_PCI && (PCI || EISA) && !64BIT + depends on NET_PCI && (PCI || EISA) ---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 |