From 343ed70995f0da9c03c62c475d9c22349329aa1b Mon Sep 17 00:00:00 2001 From: "mason.huo" Date: Wed, 29 Jun 2022 14:56:01 +0800 Subject: [PATCH] riscv: defconfig: Add input event interface Signed-off-by: mason.huo --- arch/riscv/configs/starfive_jh7110_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/starfive_jh7110_defconfig b/arch/riscv/configs/starfive_jh7110_defconfig index 34e2a93..08c385c 100644 --- a/arch/riscv/configs/starfive_jh7110_defconfig +++ b/arch/riscv/configs/starfive_jh7110_defconfig @@ -139,6 +139,7 @@ CONFIG_IWLWIFI=y CONFIG_IWLDVM=y CONFIG_IWLMVM=y # CONFIG_RTL_CARDS is not set +CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set CONFIG_SERIO_LIBPS2=y -- 2.7.4