aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 3e5e64c33e18..32b89b0975ae 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2304,6 +2304,17 @@ config ATL1
2304 To compile this driver as a module, choose M here. The module 2304 To compile this driver as a module, choose M here. The module
2305 will be called atl1. 2305 will be called atl1.
2306 2306
2307config ATL1E
2308 tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)"
2309 depends on PCI && EXPERIMENTAL
2310 select CRC32
2311 select MII
2312 help
2313 This driver supports the Atheros L1E gigabit ethernet adapter.
2314
2315 To compile this driver as a module, choose M here. The module
2316 will be called atl1e.
2317
2307endif # NETDEV_1000 2318endif # NETDEV_1000
2308 2319
2309# 2320#