diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 81a3e959c6c3..5c012cd8fe3d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2388,6 +2388,13 @@ config EHEA | |||
2388 | To compile the driver as a module, choose M here. The module | 2388 | To compile the driver as a module, choose M here. The module |
2389 | will be called ehea. | 2389 | will be called ehea. |
2390 | 2390 | ||
2391 | config ENIC | ||
2392 | tristate "E, the Cisco 10G Ethernet NIC" | ||
2393 | depends on PCI && INET | ||
2394 | select INET_LRO | ||
2395 | help | ||
2396 | This enables the support for the Cisco 10G Ethernet card. | ||
2397 | |||
2391 | config IXGBE | 2398 | config IXGBE |
2392 | tristate "Intel(R) 10GbE PCI Express adapters support" | 2399 | tristate "Intel(R) 10GbE PCI Express adapters support" |
2393 | depends on PCI && INET | 2400 | depends on PCI && INET |