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

menu "phylib                       "

if PHYLIB

comment "MII PHY device drivers"

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

endif

config SMSC_PHY
	bool "Drivers for SMSC PHYs"
	---help---
	  Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs

endmenu