Newer
Older
barebox / drivers / net / phy / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 15 Nov 2012 318 bytes phy: add smsc phy driver support
#
# 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