summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Kconfig
blob: 648262645436cb8347e935f2cbff3ad91d64b5a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
menuconfig NET_USB
	depends on USB
	bool "USB network support"

if NET_USB

config NET_USB_ASIX
	select MIIDEV
	bool "Asix compatible"

endif