diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f062b424704e..16899eee397e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -974,7 +974,7 @@ config ENC28J60_WRITEVERIFY | |||
974 | 974 | ||
975 | config ETHOC | 975 | config ETHOC |
976 | tristate "OpenCores 10/100 Mbps Ethernet MAC support" | 976 | tristate "OpenCores 10/100 Mbps Ethernet MAC support" |
977 | depends on NET_ETHERNET | 977 | depends on NET_ETHERNET && HAS_IOMEM |
978 | select MII | 978 | select MII |
979 | select PHYLIB | 979 | select PHYLIB |
980 | help | 980 | help |
@@ -2547,6 +2547,23 @@ config S2IO | |||
2547 | More specific information on configuring the driver is in | 2547 | More specific information on configuring the driver is in |
2548 | <file:Documentation/networking/s2io.txt>. | 2548 | <file:Documentation/networking/s2io.txt>. |
2549 | 2549 | ||
2550 | config VXGE | ||
2551 | tristate "Neterion X3100 Series 10GbE PCIe Server Adapter" | ||
2552 | depends on PCI && INET | ||
2553 | ---help--- | ||
2554 | This driver supports Neterion Inc's X3100 Series 10 GbE PCIe | ||
2555 | I/O Virtualized Server Adapter. | ||
2556 | More specific information on configuring the driver is in | ||
2557 | <file:Documentation/networking/vxge.txt>. | ||
2558 | |||
2559 | config VXGE_DEBUG_TRACE_ALL | ||
2560 | bool "Enabling All Debug trace statments in driver" | ||
2561 | default n | ||
2562 | depends on VXGE | ||
2563 | ---help--- | ||
2564 | Say Y here if you want to enabling all the debug trace statements in | ||
2565 | driver. By default only few debug trace statements are enabled. | ||
2566 | |||
2550 | config MYRI10GE | 2567 | config MYRI10GE |
2551 | tristate "Myricom Myri-10G Ethernet support" | 2568 | tristate "Myricom Myri-10G Ethernet support" |
2552 | depends on PCI && INET | 2569 | depends on PCI && INET |