diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 6bdfd47d679d..62d732a886f1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1040,6 +1040,17 @@ config NI65 | |||
1040 | To compile this driver as a module, choose M here. The module | 1040 | To compile this driver as a module, choose M here. The module |
1041 | will be called ni65. | 1041 | will be called ni65. |
1042 | 1042 | ||
1043 | config DNET | ||
1044 | tristate "Dave ethernet support (DNET)" | ||
1045 | depends on NET_ETHERNET && HAS_IOMEM | ||
1046 | select PHYLIB | ||
1047 | help | ||
1048 | The Dave ethernet interface (DNET) is found on Qong Board FPGA. | ||
1049 | Say Y to include support for the DNET chip. | ||
1050 | |||
1051 | To compile this driver as a module, choose M here: the module | ||
1052 | will be called dnet. | ||
1053 | |||
1043 | source "drivers/net/tulip/Kconfig" | 1054 | source "drivers/net/tulip/Kconfig" |
1044 | 1055 | ||
1045 | config AT1700 | 1056 | config AT1700 |
@@ -2342,6 +2353,17 @@ config ATL1E | |||
2342 | To compile this driver as a module, choose M here. The module | 2353 | To compile this driver as a module, choose M here. The module |
2343 | will be called atl1e. | 2354 | will be called atl1e. |
2344 | 2355 | ||
2356 | config ATL1C | ||
2357 | tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)" | ||
2358 | depends on PCI && EXPERIMENTAL | ||
2359 | select CRC32 | ||
2360 | select MII | ||
2361 | help | ||
2362 | This driver supports the Atheros L1C gigabit ethernet adapter. | ||
2363 | |||
2364 | To compile this driver as a module, choose M here. The module | ||
2365 | will be called atl1c. | ||
2366 | |||
2345 | config JME | 2367 | config JME |
2346 | tristate "JMicron(R) PCI-Express Gigabit Ethernet support" | 2368 | tristate "JMicron(R) PCI-Express Gigabit Ethernet support" |
2347 | depends on PCI | 2369 | depends on PCI |
@@ -2608,6 +2630,8 @@ config QLGE | |||
2608 | 2630 | ||
2609 | source "drivers/net/sfc/Kconfig" | 2631 | source "drivers/net/sfc/Kconfig" |
2610 | 2632 | ||
2633 | source "drivers/net/benet/Kconfig" | ||
2634 | |||
2611 | endif # NETDEV_10000 | 2635 | endif # NETDEV_10000 |
2612 | 2636 | ||
2613 | source "drivers/net/tokenring/Kconfig" | 2637 | source "drivers/net/tokenring/Kconfig" |