From: Changhuang Liang Date: Thu, 22 Dec 2022 02:59:23 +0000 (+0800) Subject: riscv: defconfig: Enable touchscreen X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53c0179e2e1d618ca1386a28cc1d4b4ce4d994c9;p=platform%2Fkernel%2Flinux-starfive.git riscv: defconfig: Enable touchscreen Enable touchscreen TINKER FT5406 Signed-off-by: Changhuang Liang --- 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