diff options
author | Alistair Francis <alistair@alistair23.me> | 2022-10-26 21:49:07 +1000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-11-10 15:18:17 +0800 |
commit | 188224534f85e951abad4fd375b0344779cb06ed (patch) | |
tree | 11a2071d95ff34a138152a344f6746898baee93b /arch/arm/configs | |
parent | 468e90a872726ecf11b0d116c3d69f799f98e90d (diff) | |
download | linux-stable-188224534f85e951abad4fd375b0344779cb06ed.tar.gz linux-stable-188224534f85e951abad4fd375b0344779cb06ed.tar.bz2 linux-stable-188224534f85e951abad4fd375b0344779cb06ed.zip |
ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen
The imx6/7 based devices Remarkable 2, Kobo Clara HD, Kobo Libra H2O,
Tolino Shine 3, Tolino Vision 5 all contain a Cypress TT2100
touchscreen so enable the corresponding driver.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v6_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 11345579eaad..025eb333dcaa 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -166,6 +166,7 @@ CONFIG_TOUCHSCREEN_ADS7846=y CONFIG_TOUCHSCREEN_AD7879=y CONFIG_TOUCHSCREEN_AD7879_I2C=y CONFIG_TOUCHSCREEN_ATMEL_MXT=y +CONFIG_TOUCHSCREEN_CYTTSP5=y CONFIG_TOUCHSCREEN_DA9052=y CONFIG_TOUCHSCREEN_EGALAX=y CONFIG_TOUCHSCREEN_GOODIX=y |