aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 29935a9fb1a2..bbe77a065845 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1926,6 +1926,12 @@ config ATL2
1926 To compile this driver as a module, choose M here. The module 1926 To compile this driver as a module, choose M here. The module
1927 will be called atl2. 1927 will be called atl2.
1928 1928
1929config XILINX_EMACLITE
1930 tristate "Xilinx 10/100 Ethernet Lite support"
1931 depends on PPC32 || MICROBLAZE
1932 help
1933 This driver supports the 10/100 Ethernet Lite from Xilinx.
1934
1929source "drivers/net/fs_enet/Kconfig" 1935source "drivers/net/fs_enet/Kconfig"
1930 1936
1931endif # NET_ETHERNET 1937endif # NET_ETHERNET