diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 11:16:03 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-23 11:16:03 -0400 |
commit | 724bdd097e4d47b6ad963db5d92258ab5c485e05 (patch) | |
tree | f9d2de5f826780aa04532a89c3b67a01ae413f7d /drivers/net/Kconfig | |
parent | dc8dcad83b53e3aebc52889e81772c00a1490408 (diff) | |
parent | 56f2fdaade2a6b91ccd785de938b91172d5c94f2 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
IB/ehca: Reject dynamic memory add/remove when ehca adapter is present
IB/ehca: Fix reported max number of QPs and CQs in systems with >1 adapter
IPoIB: Set netdev offload features properly for child (VLAN) interfaces
IPoIB: Clean up ethtool support
mlx4_core: Add Ethernet PCI device IDs
mlx4_en: Add driver for Mellanox ConnectX 10GbE NIC
mlx4_core: Multiple port type support
mlx4_core: Ethernet MAC/VLAN management
mlx4_core: Get ethernet MTU and default address from firmware
mlx4_core: Support multiple pre-reserved QP regions
Update NetEffect maintainer emails to Intel emails
RDMA/cxgb3: Remove cmid reference on tid allocation failures
IB/mad: Use krealloc() to resize snoop table
IPoIB: Always initialize poll_timer to avoid crash on unload
IB/ehca: Don't allow creating UC QP with SRQ
mlx4_core: Add QP range reservation support
RDMA/ucma: Test ucma_alloc_multicast() return against NULL, not with IS_ERR()
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 ad301ace6085..a5a9c6da5134 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2504,6 +2504,15 @@ config PASEMI_MAC | |||
2504 | This driver supports the on-chip 1/10Gbit Ethernet controller on | 2504 | This driver supports the on-chip 1/10Gbit Ethernet controller on |
2505 | PA Semi's PWRficient line of chips. | 2505 | PA Semi's PWRficient line of chips. |
2506 | 2506 | ||
2507 | config MLX4_EN | ||
2508 | tristate "Mellanox Technologies 10Gbit Ethernet support" | ||
2509 | depends on PCI && INET | ||
2510 | select MLX4_CORE | ||
2511 | select INET_LRO | ||
2512 | help | ||
2513 | This driver supports Mellanox Technologies ConnectX Ethernet | ||
2514 | devices. | ||
2515 | |||
2507 | config MLX4_CORE | 2516 | config MLX4_CORE |
2508 | tristate | 2517 | tristate |
2509 | depends on PCI | 2518 | depends on PCI |