diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 287d0873c60d..d85b9d067597 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -938,6 +938,23 @@ config DM9000 | |||
938 | To compile this driver as a module, choose M here. The module | 938 | To compile this driver as a module, choose M here. The module |
939 | will be called dm9000. | 939 | will be called dm9000. |
940 | 940 | ||
941 | config DM9000_DEBUGLEVEL | ||
942 | int "DM9000 maximum debug level" | ||
943 | depends on DM9000 | ||
944 | default 4 | ||
945 | help | ||
946 | The maximum level of debugging code compiled into the DM9000 | ||
947 | driver. | ||
948 | |||
949 | config DM9000_FORCE_SIMPLE_PHY_POLL | ||
950 | bool "Force simple NSR based PHY polling" | ||
951 | depends on DM9000 | ||
952 | ---help--- | ||
953 | This configuration forces the DM9000 to use the NSR's LinkStatus | ||
954 | bit to determine if the link is up or down instead of the more | ||
955 | costly MII PHY reads. Note, this will not work if the chip is | ||
956 | operating with an external PHY. | ||
957 | |||
941 | config ENC28J60 | 958 | config ENC28J60 |
942 | tristate "ENC28J60 support" | 959 | tristate "ENC28J60 support" |
943 | depends on EXPERIMENTAL && SPI && NET_ETHERNET | 960 | depends on EXPERIMENTAL && SPI && NET_ETHERNET |
@@ -955,14 +972,6 @@ config ENC28J60_WRITEVERIFY | |||
955 | Enable the verify after the buffer write useful for debugging purpose. | 972 | Enable the verify after the buffer write useful for debugging purpose. |
956 | If unsure, say N. | 973 | If unsure, say N. |
957 | 974 | ||
958 | config DM9000_DEBUGLEVEL | ||
959 | int "DM9000 maximum debug level" | ||
960 | depends on DM9000 | ||
961 | default 4 | ||
962 | help | ||
963 | The maximum level of debugging code compiled into the DM9000 | ||
964 | driver. | ||
965 | |||
966 | config SMC911X | 975 | config SMC911X |
967 | tristate "SMSC LAN911[5678] support" | 976 | tristate "SMSC LAN911[5678] support" |
968 | select CRC32 | 977 | select CRC32 |
@@ -2025,9 +2034,6 @@ config E1000E | |||
2025 | To compile this driver as a module, choose M here. The module | 2034 | To compile this driver as a module, choose M here. The module |
2026 | will be called e1000e. | 2035 | will be called e1000e. |
2027 | 2036 | ||
2028 | config E1000E_ENABLED | ||
2029 | def_bool E1000E != n | ||
2030 | |||
2031 | config IP1000 | 2037 | config IP1000 |
2032 | tristate "IP1000 Gigabit Ethernet support" | 2038 | tristate "IP1000 Gigabit Ethernet support" |
2033 | depends on PCI && EXPERIMENTAL | 2039 | depends on PCI && EXPERIMENTAL |
@@ -2462,7 +2468,8 @@ config EHEA | |||
2462 | 2468 | ||
2463 | config IXGBE | 2469 | config IXGBE |
2464 | tristate "Intel(R) 10GbE PCI Express adapters support" | 2470 | tristate "Intel(R) 10GbE PCI Express adapters support" |
2465 | depends on PCI | 2471 | depends on PCI && INET |
2472 | select INET_LRO | ||
2466 | ---help--- | 2473 | ---help--- |
2467 | This driver supports Intel(R) 10GbE PCI Express family of | 2474 | This driver supports Intel(R) 10GbE PCI Express family of |
2468 | adapters. For more information on how to identify your adapter, go | 2475 | adapters. For more information on how to identify your adapter, go |