aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index e52533d75ae1..654a78c31087 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1670,7 +1670,7 @@ config SUNDANCE_MMIO
1670 1670
1671config TLAN 1671config 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
@@ -2228,6 +2228,7 @@ config VIA_VELOCITY
2228config TIGON3 2228config TIGON3
2229 tristate "Broadcom Tigon3 support" 2229 tristate "Broadcom Tigon3 support"
2230 depends on PCI 2230 depends on PCI
2231 select PHYLIB
2231 help 2232 help
2232 This driver supports Broadcom Tigon3 based gigabit Ethernet cards. 2233 This driver supports Broadcom Tigon3 based gigabit Ethernet cards.
2233 2234
@@ -2420,8 +2421,9 @@ config CHELSIO_T1_NAPI
2420 2421
2421config CHELSIO_T3 2422config CHELSIO_T3
2422 tristate "Chelsio Communications T3 10Gb Ethernet support" 2423 tristate "Chelsio Communications T3 10Gb Ethernet support"
2423 depends on PCI 2424 depends on PCI && INET
2424 select FW_LOADER 2425 select FW_LOADER
2426 select INET_LRO
2425 help 2427 help
2426 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet 2428 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
2427 adapters. 2429 adapters.