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

menu "phylib                       "

if PHYLIB

comment "MII PHY device drivers"

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

endif

endmenu