From 7fb2ecacb3e76dbb69a07206b38a6711b3be52b6 Mon Sep 17 00:00:00 2001 From: Sasha Finkelstein Date: Thu, 27 Jun 2024 18:23:18 +0200 Subject: [PATCH] config: Enable CONFIG_INPUT_UINPUT and CONFIG_INPUT_EVDEV Signed-off-by: Sasha Finkelstein --- config-libkrunfw_aarch64 | 5 +++-- config-libkrunfw_x86_64 | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config-libkrunfw_aarch64 b/config-libkrunfw_aarch64 index a1c990e..02ca4d5 100644 --- a/config-libkrunfw_aarch64 +++ b/config-libkrunfw_aarch64 @@ -1426,7 +1426,7 @@ CONFIG_INPUT_MATRIXKMAP=y # # CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set +CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set # @@ -1437,7 +1437,8 @@ CONFIG_INPUT_MATRIXKMAP=y # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set -# CONFIG_INPUT_MISC is not set +CONFIG_INPUT_MISC=y +CONFIG_INPUT_UINPUT=y CONFIG_RMI4_CORE=y # CONFIG_RMI4_I2C is not set # CONFIG_RMI4_SMB is not set diff --git a/config-libkrunfw_x86_64 b/config-libkrunfw_x86_64 index e48c923..acdecb3 100644 --- a/config-libkrunfw_x86_64 +++ b/config-libkrunfw_x86_64 @@ -1199,7 +1199,7 @@ CONFIG_INPUT_FF_MEMLESS=y # # CONFIG_INPUT_MOUSEDEV is not set # CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set +CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set # @@ -1210,7 +1210,8 @@ CONFIG_INPUT_FF_MEMLESS=y # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set -# CONFIG_INPUT_MISC is not set +CONFIG_INPUT_MISC=y +CONFIG_INPUT_UINPUT=y # CONFIG_RMI4_CORE is not set #