From 84b184c6c3ac3bf13b5b2c29270a8179dc7f91a4 Mon Sep 17 00:00:00 2001 From: Haaland Chen Date: Tue, 26 Mar 2024 17:26:48 +0800 Subject: [PATCH] revyos_defconfig: enable CONFIG_INPUT_JOYDEV Signed-off-by: Haaland Chen --- arch/riscv/configs/revyos_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/revyos_defconfig b/arch/riscv/configs/revyos_defconfig index 2cd608b44..235a29df9 100644 --- a/arch/riscv/configs/revyos_defconfig +++ b/arch/riscv/configs/revyos_defconfig @@ -187,6 +187,7 @@ CONFIG_AIC_FW_PATH="/lib/firmware/aic8800" CONFIG_AIC8800_WLAN_SUPPORT=m CONFIG_AIC8800_BTLPM_SUPPORT=m CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_JOYDEV=y CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set