diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 069755af761f..69c81da48ebc 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2526,6 +2526,15 @@ config BNX2X | |||
2526 | To compile this driver as a module, choose M here: the module | 2526 | To compile this driver as a module, choose M here: the module |
2527 | will be called bnx2x. This is recommended. | 2527 | will be called bnx2x. This is recommended. |
2528 | 2528 | ||
2529 | config QLGE | ||
2530 | tristate "QLogic QLGE 10Gb Ethernet Driver Support" | ||
2531 | depends on PCI | ||
2532 | help | ||
2533 | This driver supports QLogic ISP8XXX 10Gb Ethernet cards. | ||
2534 | |||
2535 | To compile this driver as a module, choose M here: the module | ||
2536 | will be called qlge. | ||
2537 | |||
2529 | source "drivers/net/sfc/Kconfig" | 2538 | source "drivers/net/sfc/Kconfig" |
2530 | 2539 | ||
2531 | endif # NETDEV_10000 | 2540 | endif # NETDEV_10000 |