diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index c99ee38f952e..16899eee397e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -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 |