diff options
author | Changhuang Liang <changhuang.liang@starfivetech.com> | 2022-12-30 21:29:06 +0800 |
---|---|---|
committer | Changhuang Liang <changhuang.liang@starfivetech.com> | 2022-12-30 21:29:06 +0800 |
commit | ec9b5352bd66a554c4c94c6cf529fff8ded1cc33 (patch) | |
tree | 74d7deb3e58b0cff05591cd3675125491bd2de90 | |
parent | 8b1608738e1c34ff75fcb283f666eccd68a49076 (diff) | |
download | linux-starfive-ec9b5352bd66a554c4c94c6cf529fff8ded1cc33.tar.gz linux-starfive-ec9b5352bd66a554c4c94c6cf529fff8ded1cc33.tar.bz2 linux-starfive-ec9b5352bd66a554c4c94c6cf529fff8ded1cc33.zip |
riscv: defconfig: Enable touchscreen
Enable touchscreen TINKER FT5406
Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com>
-rwxr-xr-x | arch/riscv/configs/starfive_visionfive2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/starfive_visionfive2_defconfig b/arch/riscv/configs/starfive_visionfive2_defconfig index 9f988469b489..d1c121301f1b 100755 --- a/arch/riscv/configs/starfive_visionfive2_defconfig +++ b/arch/riscv/configs/starfive_visionfive2_defconfig @@ -152,6 +152,8 @@ CONFIG_USB_WIFI_ECR6600U=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 |