blob: 18193ecd8cb6e72cfb097fff978bbdea35a4bfeb [file] [log] [blame]
Jeff Kirsherc1abc952011-03-29 18:25:21 -07001#
2# Ethernet LAN device configuration
3#
4
5menuconfig ETHERNET
6 bool "Ethernet driver support"
7 depends on NET
8 default y
9 ---help---
10 This section contains all the Ethernet device drivers.
11
12if ETHERNET
13
Jeff Kirsherca7a8e82011-03-30 03:47:06 -070014source "drivers/net/ethernet/3com/Kconfig"
15
Jeff Kirsherc1abc952011-03-29 18:25:21 -070016endif # ETHERNET