9
0
Fork 0
barebox/drivers/net/phy/Kconfig

23 lines
295 B
Plaintext

#
# 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