diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ad301ace6085..0b71ebc074b6 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -464,6 +464,12 @@ config MIPS_JAZZ_SONIC | |||
464 | This is the driver for the onboard card of MIPS Magnum 4000, | 464 | This is the driver for the onboard card of MIPS Magnum 4000, |
465 | Acer PICA, Olivetti M700-10 and a few other identical OEM systems. | 465 | Acer PICA, Olivetti M700-10 and a few other identical OEM systems. |
466 | 466 | ||
467 | config XTENSA_XT2000_SONIC | ||
468 | tristate "Xtensa XT2000 onboard SONIC Ethernet support" | ||
469 | depends on XTENSA_PLATFORM_XT2000 | ||
470 | help | ||
471 | This is the driver for the onboard card of the Xtensa XT2000 board. | ||
472 | |||
467 | config MIPS_AU1X00_ENET | 473 | config MIPS_AU1X00_ENET |
468 | bool "MIPS AU1000 Ethernet support" | 474 | bool "MIPS AU1000 Ethernet support" |
469 | depends on SOC_AU1X00 | 475 | depends on SOC_AU1X00 |
@@ -2504,6 +2510,15 @@ config PASEMI_MAC | |||
2504 | This driver supports the on-chip 1/10Gbit Ethernet controller on | 2510 | This driver supports the on-chip 1/10Gbit Ethernet controller on |
2505 | PA Semi's PWRficient line of chips. | 2511 | PA Semi's PWRficient line of chips. |
2506 | 2512 | ||
2513 | config MLX4_EN | ||
2514 | tristate "Mellanox Technologies 10Gbit Ethernet support" | ||
2515 | depends on PCI && INET | ||
2516 | select MLX4_CORE | ||
2517 | select INET_LRO | ||
2518 | help | ||
2519 | This driver supports Mellanox Technologies ConnectX Ethernet | ||
2520 | devices. | ||
2521 | |||
2507 | config MLX4_CORE | 2522 | config MLX4_CORE |
2508 | tristate | 2523 | tristate |
2509 | depends on PCI | 2524 | depends on PCI |