diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index eeac2f49aae3..76db0bc9452d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2518,12 +2518,35 @@ config EHEA | |||
2518 | To compile the driver as a module, choose M here. The module | 2518 | To compile the driver as a module, choose M here. The module |
2519 | will be called ehea. | 2519 | will be called ehea. |
2520 | 2520 | ||
2521 | config IXGBE | ||
2522 | tristate "Intel(R) 10GbE PCI Express adapters support" | ||
2523 | depends on PCI | ||
2524 | ---help--- | ||
2525 | This driver supports Intel(R) 10GbE PCI Express family of | ||
2526 | adapters. For more information on how to identify your adapter, go | ||
2527 | to the Adapter & Driver ID Guide at: | ||
2528 | |||
2529 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> | ||
2530 | |||
2531 | For general information and support, go to the Intel support | ||
2532 | website at: | ||
2533 | |||
2534 | <http://support.intel.com> | ||
2535 | |||
2536 | More specific information on configuring the driver is in | ||
2537 | <file:Documentation/networking/ixgbe.txt>. | ||
2538 | |||
2539 | To compile this driver as a module, choose M here and read | ||
2540 | <file:Documentation/networking/net-modules.txt>. The module | ||
2541 | will be called ixgbe. | ||
2542 | |||
2521 | config IXGB | 2543 | config IXGB |
2522 | tristate "Intel(R) PRO/10GbE support" | 2544 | tristate "Intel(R) PRO/10GbE support" |
2523 | depends on PCI | 2545 | depends on PCI |
2524 | ---help--- | 2546 | ---help--- |
2525 | This driver supports Intel(R) PRO/10GbE family of | 2547 | This driver supports Intel(R) PRO/10GbE family of adapters for |
2526 | adapters. For more information on how to identify your adapter, go | 2548 | PCI-X type cards. For PCI-E type cards, use the "ixgbe" driver |
2549 | instead. For more information on how to identify your adapter, go | ||
2527 | to the Adapter & Driver ID Guide at: | 2550 | to the Adapter & Driver ID Guide at: |
2528 | 2551 | ||
2529 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> | 2552 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> |