Newer
Older
barebox / drivers / net / usb / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 25 Sep 2012 199 bytes net: introduce phylib
menuconfig NET_USB
	depends on USB
	bool "USB network support"

if NET_USB

config NET_USB_ASIX
	select PHYLIB
	bool "Asix compatible"

config NET_USB_SMSC95XX
	select PHYLIB
	bool "SMSC95xx"

endif