9
0
Fork 0
barebox/drivers/net/usb/Kconfig

16 lines
199 B
Plaintext

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