From 53c0179e2e1d618ca1386a28cc1d4b4ce4d994c9 Mon Sep 17 00:00:00 2001 From: Changhuang Liang Date: Thu, 22 Dec 2022 10:59:23 +0800 Subject: [PATCH] riscv: defconfig: Enable touchscreen Enable touchscreen TINKER FT5406 Signed-off-by: Changhuang Liang --- arch/riscv/configs/starfive_jh7110_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/riscv/configs/starfive_jh7110_defconfig b/arch/riscv/configs/starfive_jh7110_defconfig index 77273dfcd401..dd9dc00618fe 100644 --- a/arch/riscv/configs/starfive_jh7110_defconfig +++ b/arch/riscv/configs/starfive_jh7110_defconfig @@ -149,6 +149,8 @@ CONFIG_IWLMVM=y CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_TOUCHSCREEN_TINKER_FT5406=y CONFIG_SERIO_LIBPS2=y CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y -- 2.34.1