[linux-yocto] [Patch v2 1/2] input.scc .cfg: add a new feature for input devices
nitin.a.kamble at intel.com
nitin.a.kamble at intel.com
Wed Oct 2 10:55:32 PDT 2013
From: Nitin A Kamble <nitin.a.kamble at 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.kamble at 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
More information about the linux-yocto
mailing list