diff options
| author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | 2008-10-22 18:47:49 -0400 |
|---|---|---|
| committer | Roland Dreier <rolandd@cisco.com> | 2008-10-22 18:47:49 -0400 |
| commit | c27a02cd94d6695fbe5858ca364b1e415af02212 (patch) | |
| tree | c7c1e3f6f0a74d5fca882010507c0917e953bb74 /drivers/net/Kconfig | |
| parent | 7ff93f8b7ecbc36e7ffc5c11a61643821c1bfee5 (diff) | |
mlx4_en: Add driver for Mellanox ConnectX 10GbE NIC
The Mellanox ConnectX can operate as an InfiniBand adapter, as an
Ethernet NIC, or as a Fibre Channel (FC) HBA. The kernel has a
low-level driver, mlx4_core, which handles multiplexing access to the
device, and there is also already an InfiniBad driver, mlx4_ib.
This patch adds a new driver, mlx4_en, which implements a standard
Ethernet NIC driver.
Signed-off-by: Liran Liss <liranl@mellanox.co.il>
Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
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 4a11296a951..69e2c10cb9f 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
| @@ -2465,6 +2465,15 @@ config PASEMI_MAC | |||
| 2465 | This driver supports the on-chip 1/10Gbit Ethernet controller on | 2465 | This driver supports the on-chip 1/10Gbit Ethernet controller on |
| 2466 | PA Semi's PWRficient line of chips. | 2466 | PA Semi's PWRficient line of chips. |
| 2467 | 2467 | ||
| 2468 | config MLX4_EN | ||
| 2469 | tristate "Mellanox Technologies 10Gbit Ethernet support" | ||
| 2470 | depends on PCI && INET | ||
| 2471 | select MLX4_CORE | ||
| 2472 | select INET_LRO | ||
| 2473 | help | ||
| 2474 | This driver supports Mellanox Technologies ConnectX Ethernet | ||
| 2475 | devices. | ||
| 2476 | |||
| 2468 | config MLX4_CORE | 2477 | config MLX4_CORE |
| 2469 | tristate | 2478 | tristate |
| 2470 | depends on PCI | 2479 | depends on PCI |
