summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Kconfig
blob: 5bad9546bea7b6dd8c5bacd098a7bc95d3d812cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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