aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig26
1 files changed, 25 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 9fe8cb7d43ac..435e2e3a82c8 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
1043config DNET
1044 tristate "Dave ethernet support (DNET)"
1045 depends on NET_ETHERNET
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
1043source "drivers/net/tulip/Kconfig" 1054source "drivers/net/tulip/Kconfig"
1044 1055
1045config AT1700 1056config AT1700
@@ -1829,7 +1840,7 @@ config 68360_ENET
1829 1840
1830config FEC 1841config FEC
1831 bool "FEC ethernet controller (of ColdFire CPUs)" 1842 bool "FEC ethernet controller (of ColdFire CPUs)"
1832 depends on M523x || M527x || M5272 || M528x || M520x 1843 depends on M523x || M527x || M5272 || M528x || M520x || M532x
1833 help 1844 help
1834 Say Y here if you want to use the built-in 10/100 Fast ethernet 1845 Say Y here if you want to use the built-in 10/100 Fast ethernet
1835 controller on some Motorola ColdFire processors. 1846 controller on some Motorola ColdFire processors.
@@ -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
2356config 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
2345config JME 2367config 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
2609source "drivers/net/sfc/Kconfig" 2631source "drivers/net/sfc/Kconfig"
2610 2632
2633source "drivers/net/benet/Kconfig"
2634
2611endif # NETDEV_10000 2635endif # NETDEV_10000
2612 2636
2613source "drivers/net/tokenring/Kconfig" 2637source "drivers/net/tokenring/Kconfig"