From 435ab979d269ece424166c4a01fd3dde95493094 Mon Sep 17 00:00:00 2001 From: Yu Zheng Date: Thu, 21 Dec 2023 10:22:59 +0800 Subject: [PATCH] ARM: configs: rv1106-wakeup.config: enable CONFIG_INPUT_EVDEV Signed-off-by: Yu Zheng Change-Id: I063e8b3cd4ff0450ffbde4229d3d8c0de4ee7a53 --- arch/arm/configs/rv1106-wakeup.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/rv1106-wakeup.config b/arch/arm/configs/rv1106-wakeup.config index 304e3106a906..605fe719b696 100644 --- a/arch/arm/configs/rv1106-wakeup.config +++ b/arch/arm/configs/rv1106-wakeup.config @@ -82,7 +82,7 @@ CONFIG_HID_GENERIC=y # CONFIG_HID_ZYDACRON is not set # CONFIG_I2C_HID is not set # CONFIG_INPUT_EVBUG is not set -# CONFIG_INPUT_EVDEV is not set +CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_FF_MEMLESS is not set # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_JOYSTICK is not set