Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1594912 > unrolled thread
| Started by | Jagan Teki <jagan@openedev.com> |
|---|---|
| First post | 2017-03-08 08:50 +0100 |
| Last post | 2017-03-08 08: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.
[PATCH v4 7/7] arm: imx_v6_v7_defconfig: Select hid-multitouchdriver Jagan Teki <jagan@openedev.com> - 2017-03-08 08:50 +0100
| From | Jagan Teki <jagan@openedev.com> |
|---|---|
| Date | 2017-03-08 08:50 +0100 |
| Subject | [PATCH v4 7/7] arm: imx_v6_v7_defconfig: Select hid-multitouchdriver |
| Message-ID | <tiEwa-3fU-15@gated-at.bofh.it> |
From: Jagan Teki <jagan@amarulasolutions.com> Select CONFIG_HID_MULTITOUCH so that we can have multi touchscreen funtionality via USB by default on Engicam i.CoreM6 Quad with OpenFrame Cap 10.1 display 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 v4: - Newly added patch. arch/arm/boot/dts/imx6q-icore.dts | 9 +++++++++ 1 file changed, 9 insertions(+) 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 842168f..914e8cb 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -174,6 +174,7 @@ CONFIG_TOUCHSCREEN_SX8654=y CONFIG_TOUCHSCREEN_COLIBRI_VF50=y CONFIG_INPUT_MISC=y CONFIG_INPUT_MMA8450=y +CONFIG_HID_MULTITOUCH=y CONFIG_SERIO_SERPORT=m # CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_IMX=y -- 1.9.1
Back to top | Article view | linux.kernel
csiph-web