diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2008-05-30 12:49:55 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-30 22:17:59 -0400 |
commit | 93e16847c9db0093065c98063cfc639cdfccf19a (patch) | |
tree | cbf906f30e2e225feeda519f6f478e6700b91de3 /drivers/net/Kconfig | |
parent | 92cee9f6804786da6b63255edce7983bebf75655 (diff) |
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 | |||
1670 | 1670 | ||
1671 | config TLAN | 1671 | config TLAN |
1672 | tristate "TI ThunderLAN support" | 1672 | tristate "TI ThunderLAN support" |
1673 | depends on NET_PCI && (PCI || EISA) && !64BIT | 1673 | depends on NET_PCI && (PCI || EISA) |
1674 | ---help--- | 1674 | ---help--- |
1675 | If you have a PCI Ethernet network card based on the ThunderLAN chip | 1675 | If you have a PCI Ethernet network card based on the ThunderLAN chip |
1676 | which is supported by this driver, say Y and read the | 1676 | which is supported by this driver, say Y and read the |