aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/Kconfig
blob: 18193ecd8cb6e72cfb097fff978bbdea35a4bfeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Ethernet LAN device configuration
#

menuconfig ETHERNET
	bool "Ethernet driver support"
	depends on NET
	default y
	---help---
	  This section contains all the Ethernet device drivers.

if ETHERNET

source "drivers/net/ethernet/3com/Kconfig"

endif # ETHERNET