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

menu "phylib"

if PHYLIB

comment "MII PHY device drivers"

config AT803X_PHY
	bool "Driver for Atheros AT803X PHYs"
	---help---
	  Currently supports the AT8030, AT8031 and AT8035 PHYs.

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