diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2008-05-30 09:49:55 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-30 22:17:59 -0400 |
commit | 93e16847c9db0093065c98063cfc639cdfccf19a (patch) | |
tree | cbf906f30e2e225feeda519f6f478e6700b91de3 /drivers/net/Kconfig | |
parent | 92cee9f6804786da6b63255edce7983bebf75655 (diff) | |
download | blackbird-obmc-linux-93e16847c9db0093065c98063cfc639cdfccf19a.tar.gz blackbird-obmc-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 |