[linux-yocto] [Patch v2 2/2] standard.scc: include features/input/input.scc
nitin.a.kamble at intel.com
nitin.a.kamble at intel.com
Wed Oct 2 10:55:33 PDT 2013
From: Nitin A Kamble <nitin.a.kamble at intel.com>
Include the input.scc to get the CONFIG_INPUT_EVDEV enabled.
The evdev kernel driver is needed to create /dev/input/event* devices.
These devices are used by Xserver to connect to keyboard & mouse kind
of input devices. Without this change some of the BSPs need
AutoAddDevices = false
in their xorg.conf, which is considered as an undesired hack around
the issue.
Fixes Bug:
[YOCTO #5279]
Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
meta/cfg/kernel-cache/ktypes/standard/standard.scc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/cfg/kernel-cache/ktypes/standard/standard.scc b/meta/cfg/kernel-cache/ktypes/standard/standard.scc
index 9fb0185..0a8e941 100644
--- a/meta/cfg/kernel-cache/ktypes/standard/standard.scc
+++ b/meta/cfg/kernel-cache/ktypes/standard/standard.scc
@@ -72,6 +72,7 @@ include features/serial/8250.scc
include features/uptime/uptime.scc
include features/ktest/ktest.scc
include features/perf/perf.scc
+include features/input/input.scc
# individual cfg block section
--
1.8.1.4
More information about the linux-yocto
mailing list