diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 7159a39aa2b9..45403e67e351 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2301,6 +2301,7 @@ config UGETH_TX_ON_DEMAND | |||
2301 | config MV643XX_ETH | 2301 | config MV643XX_ETH |
2302 | tristate "Marvell Discovery (643XX) and Orion ethernet support" | 2302 | tristate "Marvell Discovery (643XX) and Orion ethernet support" |
2303 | depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION | 2303 | depends on MV64360 || MV64X60 || (PPC_MULTIPLATFORM && PPC32) || PLAT_ORION |
2304 | select INET_LRO | ||
2304 | select PHYLIB | 2305 | select PHYLIB |
2305 | help | 2306 | help |
2306 | This driver supports the gigabit ethernet MACs in the | 2307 | This driver supports the gigabit ethernet MACs in the |
@@ -2310,16 +2311,6 @@ config MV643XX_ETH | |||
2310 | Some boards that use the Discovery chipset are the Momenco | 2311 | Some boards that use the Discovery chipset are the Momenco |
2311 | Ocelot C and Jaguar ATX and Pegasos II. | 2312 | Ocelot C and Jaguar ATX and Pegasos II. |
2312 | 2313 | ||
2313 | config MV643XX_ETH_LRO | ||
2314 | tristate "Marvell 643XX ethernet driver LRO support" | ||
2315 | depends on MV643XX_ETH | ||
2316 | select INET_LRO | ||
2317 | help | ||
2318 | Say y here if you want to use Large Receive Offload for the | ||
2319 | mv643xx_eth driver. | ||
2320 | |||
2321 | If in doubt, say N. | ||
2322 | |||
2323 | config QLA3XXX | 2314 | config QLA3XXX |
2324 | tristate "QLogic QLA3XXX Network Driver Support" | 2315 | tristate "QLogic QLA3XXX Network Driver Support" |
2325 | depends on PCI | 2316 | depends on PCI |