diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 93359fab240e..4d68a264df9b 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2115,7 +2115,6 @@ config E1000 | |||
2115 | 2115 | ||
2116 | config E1000E | 2116 | config E1000E |
2117 | tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" | 2117 | tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support" |
2118 | select CRC32 | ||
2119 | depends on PCI && (!SPARC32 || BROKEN) | 2118 | depends on PCI && (!SPARC32 || BROKEN) |
2120 | select CRC32 | 2119 | select CRC32 |
2121 | ---help--- | 2120 | ---help--- |
@@ -2197,15 +2196,6 @@ config IGBVF | |||
2197 | 2196 | ||
2198 | source "drivers/net/ixp2000/Kconfig" | 2197 | source "drivers/net/ixp2000/Kconfig" |
2199 | 2198 | ||
2200 | config MYRI_SBUS | ||
2201 | tristate "MyriCOM Gigabit Ethernet support" | ||
2202 | depends on SBUS | ||
2203 | help | ||
2204 | This driver supports MyriCOM Sbus gigabit Ethernet cards. | ||
2205 | |||
2206 | To compile this driver as a module, choose M here: the module | ||
2207 | will be called myri_sbus. This is recommended. | ||
2208 | |||
2209 | config NS83820 | 2199 | config NS83820 |
2210 | tristate "National Semiconductor DP83820 support" | 2200 | tristate "National Semiconductor DP83820 support" |
2211 | depends on PCI | 2201 | depends on PCI |
@@ -2561,6 +2551,15 @@ config PCH_GBE | |||
2561 | ML7223 is companion chip for Intel Atom E6xx series. | 2551 | ML7223 is companion chip for Intel Atom E6xx series. |
2562 | ML7223 is completely compatible for Intel EG20T PCH. | 2552 | ML7223 is completely compatible for Intel EG20T PCH. |
2563 | 2553 | ||
2554 | config FTGMAC100 | ||
2555 | tristate "Faraday FTGMAC100 Gigabit Ethernet support" | ||
2556 | depends on ARM | ||
2557 | select PHYLIB | ||
2558 | help | ||
2559 | This driver supports the FTGMAC100 Gigabit Ethernet controller | ||
2560 | from Faraday. It is used on Faraday A369, Andes AG102 and some | ||
2561 | other ARM/NDS32 SoC's. | ||
2562 | |||
2564 | endif # NETDEV_1000 | 2563 | endif # NETDEV_1000 |
2565 | 2564 | ||
2566 | # | 2565 | # |