[linux-yocto] [PATCHv2 3/5] meta: romley: included USB HID Configuration

wei.sern.chan at intel.com wei.sern.chan at intel.com
Tue May 20 03:39:43 PDT 2014


From: Sreeju Selvaraj <sreeju.armughanx.selvaraj at intel.com>

Since migrating this BSP to use intel-common, we need to add
the configuration required to enable USB HID

Signed-off-by: Sreeju Selvaraj <sreeju.armughanx.selvaraj at intel.com>
Signed-off-by: Chan Wei Sern <wei.sern.chan at intel.com>
---
 meta/cfg/kernel-cache/bsp/romley/romley.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/cfg/kernel-cache/bsp/romley/romley.cfg b/meta/cfg/kernel-cache/bsp/romley/romley.cfg
index 28f6d71..3b5a7b9 100644
--- a/meta/cfg/kernel-cache/bsp/romley/romley.cfg
+++ b/meta/cfg/kernel-cache/bsp/romley/romley.cfg
@@ -59,3 +59,7 @@ CONFIG_BLK_DEV_INITRD=y
 CONFIG_RD_GZIP=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
+
+# USB HID Support
+CONFIG_USB_HID=y
+CONFIG_USB_HIDDEV=y
-- 
1.9.1



More information about the linux-yocto mailing list