summaryrefslogtreecommitdiff
path: root/bsp/common-pc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-02-24 10:34:00 +0100
committerRicardo Salveti <ricardo@foundries.io>2020-04-30 18:19:11 -0300
commit82982b8008595db3c9877ebb85929f7cae27db44 (patch)
tree9ad9e4f77c7cab4301753f3051842842dd3ecd92 /bsp/common-pc
parentbf049833b07a3f6386844c1e0f1f7c51c100746a (diff)
common-pc-drivers.cfg: add CONFIG_INPUT_UINPUT
This will allow testing libinput in particular: https://www.kernel.org/doc/html/latest/input/uinput.html https://wayland.freedesktop.org/libinput/doc/latest/test-suite.html Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
Diffstat (limited to 'bsp/common-pc')
-rw-r--r--bsp/common-pc/common-pc-drivers.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsp/common-pc/common-pc-drivers.cfg b/bsp/common-pc/common-pc-drivers.cfg
index a590e68..82113be 100644
--- a/bsp/common-pc/common-pc-drivers.cfg
+++ b/bsp/common-pc/common-pc-drivers.cfg
@@ -1,6 +1,8 @@
CONFIG_INPUT=y
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_KEYBOARD=y
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=y
CONFIG_SERIO=y
CONFIG_RTC_CLASS=y