Newer
Older
barebox / drivers / net / usb / Kconfig
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD on 27 Aug 2010 142 bytes net: rework the mii support
menuconfig NET_USB
	depends on USB
	bool "USB network support"

if NET_USB

config NET_USB_ASIX
	select MIIDEV
	bool "Asix compatible"

endif