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 a76ca75fd4d3..f749b40f954e 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 |
@@ -2509,6 +2515,15 @@ config PASEMI_MAC | |||
2509 | This driver supports the on-chip 1/10Gbit Ethernet controller on | 2515 | This driver supports the on-chip 1/10Gbit Ethernet controller on |
2510 | PA Semi's PWRficient line of chips. | 2516 | PA Semi's PWRficient line of chips. |
2511 | 2517 | ||
2518 | config MLX4_EN | ||
2519 | tristate "Mellanox Technologies 10Gbit Ethernet support" | ||
2520 | depends on PCI && INET | ||
2521 | select MLX4_CORE | ||
2522 | select INET_LRO | ||
2523 | help | ||
2524 | This driver supports Mellanox Technologies ConnectX Ethernet | ||
2525 | devices. | ||
2526 | |||
2512 | config MLX4_CORE | 2527 | config MLX4_CORE |
2513 | tristate | 2528 | tristate |
2514 | depends on PCI | 2529 | depends on PCI |