From: Nitin A Kamble <nitin.a.kam...@intel.com>

Right now the CONFIG_INPUT_* options are scattered at various
places in config fragments. The plan is to get them in one place
for cleanliness.

To begin with a new feature is created with name input.scc.
And it is populated with the needed CONFIG_INPUT_EVDEV .

Signed-off-by: Nitin A Kamble <nitin.a.kam...@intel.com>
---
 meta/cfg/kernel-cache/features/input/input.cfg | 1 +
 meta/cfg/kernel-cache/features/input/input.scc | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 meta/cfg/kernel-cache/features/input/input.cfg
 create mode 100644 meta/cfg/kernel-cache/features/input/input.scc

diff --git a/meta/cfg/kernel-cache/features/input/input.cfg 
b/meta/cfg/kernel-cache/features/input/input.cfg
new file mode 100644
index 0000000..b738491
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/input/input.cfg
@@ -0,0 +1 @@
+CONFIG_INPUT_EVDEV=y
diff --git a/meta/cfg/kernel-cache/features/input/input.scc 
b/meta/cfg/kernel-cache/features/input/input.scc
new file mode 100644
index 0000000..f4ef7f3
--- /dev/null
+++ b/meta/cfg/kernel-cache/features/input/input.scc
@@ -0,0 +1,4 @@
+define KFEATURE_DESCRIPTION "Enable input devices"
+define KFEATURE_COMPATIBILITY board
+
+kconf hardware input.cfg
-- 
1.8.1.4

_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to