Newer
Older
barebox / drivers / net / usb / Kconfig
@Sascha Hauer Sascha Hauer on 18 Jul 2014 204 bytes USB: Kconfig: introduce USB_HOST symbol
menuconfig NET_USB
	depends on USB_HOST
	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