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