[linux-yocto] [kernel-cache][PATCH] usb-net: Add RNDIS host support

Tom Rini trini at konsulko.com
Tue Apr 23 12:27:18 PDT 2019


Enable support for the USB RNDIS host driver.  This is commonly seen
with Android devices being used in USB tether mode.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 features/usb-net/usb-net.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/features/usb-net/usb-net.cfg b/features/usb-net/usb-net.cfg
index 59e13f3df80b..d081ad677f2e 100644
--- a/features/usb-net/usb-net.cfg
+++ b/features/usb-net/usb-net.cfg
@@ -16,6 +16,7 @@ CONFIG_USB_NET_DM9601=m
 CONFIG_USB_NET_SMSC75XX=m
 CONFIG_USB_NET_SMSC95XX=m
 CONFIG_USB_NET_MCS7830=m
+CONFIG_USB_NET_RNDIS_HOST=m
 CONFIG_USB_NET_CDC_SUBSET_ENABLE=m
 CONFIG_USB_NET_CDC_SUBSET=m
 CONFIG_USB_ALI_M5632=y
-- 
2.7.4



More information about the linux-yocto mailing list