summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
blob: b66261ae99f1374ee4f11829cad283bbe9c27c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# PHY Layer Configuration
#

menu "phylib                       "

if PHYLIB

comment "MII PHY device drivers"

config GENERIC_PHY
	bool "Drivers for the Generic PHYs"
	default y

endif

endmenu