[linux-yocto] [yocto-kernel-cache] [PATCH 4/4] features: usb-net: provide more coverage on USB network devices

rebecca.swee.fun.chang at intel.com rebecca.swee.fun.chang at intel.com
Sun Aug 7 23:31:13 PDT 2016


From: "Chang, Rebecca Swee Fun" <rebecca.swee.fun.chang at intel.com>

Expanding the list of USB network devices supported by various BSP.
Compiled as modules to provide more flexibility on use cases.

Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 features/usb-net/usb-net.cfg | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/features/usb-net/usb-net.cfg b/features/usb-net/usb-net.cfg
index a5c6a17..fc307cf 100644
--- a/features/usb-net/usb-net.cfg
+++ b/features/usb-net/usb-net.cfg
@@ -7,7 +7,9 @@ CONFIG_USB_PEGASUS=y
 CONFIG_USB_RTL8150=y
 CONFIG_USB_NET_AX8817X=y
 CONFIG_USB_NET_CDCETHER=y
+CONFIG_USB_NET_CDC_EEM=m
 CONFIG_USB_NET_CDC_NCM=y
+CONFIG_USB_NET_CDC_MBIM=m
 CONFIG_USB_NET_DM9601=y
 CONFIG_USB_NET_SMSC75XX=y
 CONFIG_USB_NET_SMSC95XX=y
@@ -21,4 +23,7 @@ CONFIG_USB_ARMLINUX=y
 CONFIG_USB_KC2190=y
 CONFIG_USB_NET_ZAURUS=y
 CONFIG_USB_NET_INT51X1=y
-
+CONFIG_USB_NET_HUAWEI_CDC_NCM=m
+CONFIG_USB_NET_RNDIS_HOST=m
+CONFIG_USB_HSO=m
+CONFIG_USB_IPHETH=m
-- 
1.9.1



More information about the linux-yocto mailing list