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

menu "phylib                       "

if PHYLIB

comment "MII PHY device drivers"

config MICREL_PHY
	bool "Driver for Micrel PHYs"
	---help---
	  Supports the KSZ9021, VSC8201, KS8001 PHYs.

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

endif

endmenu