[meta-intel] [meta-intel-iot-devkit] [PATCH 4/5] linux-yocto-quark: Added CONFIG_USB_MASS_STORAGE=m to usb-eth-gadget.cfg

Chang Rebecca Swee Fun rebecca.swee.fun.chang at intel.com
Thu Apr 30 03:44:39 PDT 2015


From: YUGERAJ RAMAJAYAM <yugeraj.ramajayam at intel.com>

Added CONFIG_USB_MASS_STORAGE=m to usb-eth-gadget.cfg.

CONFIG_USB_MASS_STORAGE was enabled to modular installation as it was
disabled by default in kernel configuration for iot-devkit (image-full).

Signed-off-by: YUGERAJ RAMAJAYAM <yugeraj.ramajayam at intel.com>
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg b/recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg
index b05042c..50c84d1 100644
--- a/recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg
+++ b/recipes-kernel/linux/linux-yocto-quark/iot-devkit/usb-eth-gadget.cfg
@@ -1,3 +1,3 @@
 CONFIG_USB_ETH=m
 CONFIG_USB_ETH_RNDIS=y
-CONFIG_USB_MASS_STORAGE=n
\ No newline at end of file
+CONFIG_USB_MASS_STORAGE=m
-- 
1.9.1



More information about the meta-intel mailing list