aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorScott Feldman <scofeldm@cisco.com>2008-09-15 12:17:11 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-09-18 11:34:53 -0400
commit01f2e4ead2c51226ed1283ef6a8388ca6f4cff8f (patch)
treeb1cc2ef1a191a3bf00f371d5dbc2028e1fee01c5 /drivers/net/Kconfig
parent452c1ce218a68b5dbd626397ecfc65ca89dd3cbb (diff)
enic: add Cisco 10G Ethernet NIC driver
Signed-off-by: Scott Feldman <scofeldm@cisco.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
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
2391config 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
2391config IXGBE 2398config 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