From: Nitin A Kamble <[email protected]>

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 <[email protected]>
---
 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

_______________________________________________
linux-yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to