2019-11-05 13:46:49

by Adam Ford

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index 0f7381ee0c37..d1ec6afe4aee 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -181,6 +181,7 @@ CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=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
--
2.17.1


2019-12-04 02:12:33

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Enable TOUCHSCREEN_ILI210X

On Tue, Nov 05, 2019 at 07:42:45AM -0600, Adam Ford wrote:
> 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 <[email protected]>

Applied, thanks.