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

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.kam...@intel.com>
---
 meta/cfg/kernel-cache/ktypes/standard/standard.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/cfg/kernel-cache/ktypes/standard/standard.cfg 
b/meta/cfg/kernel-cache/ktypes/standard/standard.cfg
index a67adb5..b1dfc0c 100644
--- a/meta/cfg/kernel-cache/ktypes/standard/standard.cfg
+++ b/meta/cfg/kernel-cache/ktypes/standard/standard.cfg
@@ -536,6 +536,7 @@ CONFIG_SLIP_MODE_SLIP6=y
 #
 # Userland interfaces
 #
+CONFIG_INPUT_EVDEV=y
 
 #
 # Input Device Drivers
-- 
1.8.1.4

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

Reply via email to