Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1600164 > unrolled thread

[PATCH v5 7/8] ARM: imx_v6_v7_defconfig: Select max11801_ts touchscreen driver

Started byJagan Teki <jagan@openedev.com>
First post2017-03-14 10:50 +0100
Last post2017-03-14 10:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v5 7/8] ARM: imx_v6_v7_defconfig: Select max11801_ts touchscreen driver Jagan Teki <jagan@openedev.com> - 2017-03-14 10:50 +0100

#1600164 — [PATCH v5 7/8] ARM: imx_v6_v7_defconfig: Select max11801_ts touchscreen driver

FromJagan Teki <jagan@openedev.com>
Date2017-03-14 10:50 +0100
Subject[PATCH v5 7/8] ARM: imx_v6_v7_defconfig: Select max11801_ts touchscreen driver
Message-ID<tkRfA-6BP-17@gated-at.bofh.it>
From: Jagan Teki <jagan@amarulasolutions.com>

Select CONFIG_TOUCHSCREEN_MAX11801 so that we can have touchscreen
funtionality by default on Engicam i.CoreM6 Quad boards.

Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
Changes for v5:
- %s/arm/ARM/g with subject prefix
Changes for v4:
- Newly added patch

 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index eaba3b1..842168f 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -165,6 +165,7 @@ CONFIG_TOUCHSCREEN_ADS7846=y
 CONFIG_TOUCHSCREEN_EGALAX=y
 CONFIG_TOUCHSCREEN_IMX6UL_TSC=y
 CONFIG_TOUCHSCREEN_EDT_FT5X06=y
+CONFIG_TOUCHSCREEN_MAX11801=y
 CONFIG_TOUCHSCREEN_MC13783=y
 CONFIG_TOUCHSCREEN_TSC2004=y
 CONFIG_TOUCHSCREEN_TSC2007=y
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web