diff options
author | Adam Ford <aford173@gmail.com> | 2019-11-05 14:42:45 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-09 01:27:43 +0100 |
commit | 5e78a98601d6437a578f68551fd8caca414e210f (patch) | |
tree | 3de195aa32c6d5adf1178f38556b93b8d5f0019e /arch/arm/configs/imx_v6_v7_defconfig | |
parent | Linux 5.5-rc1 (diff) | |
download | linux-5e78a98601d6437a578f68551fd8caca414e210f.tar.xz linux-5e78a98601d6437a578f68551fd8caca414e210f.zip |
ARM: imx_v6_v7_defconfig: Enable TOUCHSCREEN_ILI210X
The imx6q-logicpd board supports an LCD with an ili2117
touchscreen controller.
This patch enables the TOUCHSCREEN_ILI210X which will support
the ili2117.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/configs/imx_v6_v7_defconfig')
-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 26d6dee67aa6..d5f31e436032 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -182,6 +182,7 @@ CONFIG_TOUCHSCREEN_ADS7846=y CONFIG_TOUCHSCREEN_DA9052=y CONFIG_TOUCHSCREEN_EGALAX=y CONFIG_TOUCHSCREEN_GOODIX=y +CONFIG_TOUCHSCREEN_ILI210X=y CONFIG_TOUCHSCREEN_MAX11801=y CONFIG_TOUCHSCREEN_IMX6UL_TSC=y CONFIG_TOUCHSCREEN_EDT_FT5X06=y |