diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 9df3a1d97313..23be317003b7 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2471,7 +2471,8 @@ config EHEA | |||
2471 | 2471 | ||
2472 | config IXGBE | 2472 | config IXGBE |
2473 | tristate "Intel(R) 10GbE PCI Express adapters support" | 2473 | tristate "Intel(R) 10GbE PCI Express adapters support" |
2474 | depends on PCI | 2474 | depends on PCI && INET |
2475 | select INET_LRO | ||
2475 | ---help--- | 2476 | ---help--- |
2476 | This driver supports Intel(R) 10GbE PCI Express family of | 2477 | This driver supports Intel(R) 10GbE PCI Express family of |
2477 | adapters. For more information on how to identify your adapter, go | 2478 | adapters. For more information on how to identify your adapter, go |