diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index f062b424704e..9e921544ba20 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -974,9 +974,11 @@ 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 | select CRC32 | ||
981 | select BITREVERSE | ||
980 | help | 982 | help |
981 | Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC. | 983 | Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC. |
982 | 984 | ||
@@ -2056,6 +2058,27 @@ config IGB_DCA | |||
2056 | driver. DCA is a method for warming the CPU cache before data | 2058 | driver. DCA is a method for warming the CPU cache before data |
2057 | is used, with the intent of lessening the impact of cache misses. | 2059 | is used, with the intent of lessening the impact of cache misses. |
2058 | 2060 | ||
2061 | config IGBVF | ||
2062 | tristate "Intel(R) 82576 Virtual Function Ethernet support" | ||
2063 | depends on PCI | ||
2064 | ---help--- | ||
2065 | This driver supports Intel(R) 82576 virtual functions. For more | ||
2066 | information on how to identify your adapter, go to the Adapter & | ||
2067 | Driver ID Guide at: | ||
2068 | |||
2069 | <http://support.intel.com/support/network/adapter/pro100/21397.htm> | ||
2070 | |||
2071 | For general information and support, go to the Intel support | ||
2072 | website at: | ||
2073 | |||
2074 | <http://support.intel.com> | ||
2075 | |||
2076 | More specific information on configuring the driver is in | ||
2077 | <file:Documentation/networking/e1000.txt>. | ||
2078 | |||
2079 | To compile this driver as a module, choose M here. The module | ||
2080 | will be called igbvf. | ||
2081 | |||
2059 | source "drivers/net/ixp2000/Kconfig" | 2082 | source "drivers/net/ixp2000/Kconfig" |
2060 | 2083 | ||
2061 | config MYRI_SBUS | 2084 | config MYRI_SBUS |
@@ -2234,7 +2257,7 @@ config BNX2 | |||
2234 | tristate "Broadcom NetXtremeII support" | 2257 | tristate "Broadcom NetXtremeII support" |
2235 | depends on PCI | 2258 | depends on PCI |
2236 | select CRC32 | 2259 | select CRC32 |
2237 | select ZLIB_INFLATE | 2260 | select FW_LOADER |
2238 | help | 2261 | help |
2239 | This driver supports Broadcom NetXtremeII gigabit Ethernet cards. | 2262 | This driver supports Broadcom NetXtremeII gigabit Ethernet cards. |
2240 | 2263 | ||
@@ -2547,6 +2570,23 @@ config S2IO | |||
2547 | More specific information on configuring the driver is in | 2570 | More specific information on configuring the driver is in |
2548 | <file:Documentation/networking/s2io.txt>. | 2571 | <file:Documentation/networking/s2io.txt>. |
2549 | 2572 | ||
2573 | config VXGE | ||
2574 | tristate "Neterion X3100 Series 10GbE PCIe Server Adapter" | ||
2575 | depends on PCI && INET | ||
2576 | ---help--- | ||
2577 | This driver supports Neterion Inc's X3100 Series 10 GbE PCIe | ||
2578 | I/O Virtualized Server Adapter. | ||
2579 | More specific information on configuring the driver is in | ||
2580 | <file:Documentation/networking/vxge.txt>. | ||
2581 | |||
2582 | config VXGE_DEBUG_TRACE_ALL | ||
2583 | bool "Enabling All Debug trace statments in driver" | ||
2584 | default n | ||
2585 | depends on VXGE | ||
2586 | ---help--- | ||
2587 | Say Y here if you want to enabling all the debug trace statements in | ||
2588 | driver. By default only few debug trace statements are enabled. | ||
2589 | |||
2550 | config MYRI10GE | 2590 | config MYRI10GE |
2551 | tristate "Myricom Myri-10G Ethernet support" | 2591 | tristate "Myricom Myri-10G Ethernet support" |
2552 | depends on PCI && INET | 2592 | depends on PCI && INET |