[meta-freescale] [meta-fsl-arm][PATCH v3] linux-imx-3.0.35: egalax single touch built-in in defconfig

Leonardo Sandoval leonardo.sandoval at freescale.com
Thu Jan 24 13:31:21 PST 2013


    The egalax single touch feature must be built-in by default, so
    users do not need to select in order to have the touchscreen
    feature. Tested on imx6qsabre[auto|sd] machines.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval at freescale.com>
---
Changes since v3:
- Increase the PR value on the linux-imx_3.0.35 recipe. Suggested by Otavio Salvador

 .../linux/linux-imx-3.0.35/mx6/defconfig           |    1 +
 recipes-kernel/linux/linux-imx_3.0.35.bb           |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig b/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig
index a8bc503..b5d222d 100644
--- a/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig
+++ b/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig
@@ -123,6 +123,7 @@ CONFIG_KEYBOARD_GPIO=y
 # CONFIG_INPUT_MOUSE is not set
 CONFIG_INPUT_TOUCHSCREEN=y
 CONFIG_TOUCHSCREEN_EGALAX=y
+CONFIG_TOUCHSCREEN_EGALAX_SINGLE_TOUCH=y
 CONFIG_TOUCHSCREEN_ELAN=y
 CONFIG_TOUCHSCREEN_MAX11801=y
 CONFIG_INPUT_MISC=y
diff --git a/recipes-kernel/linux/linux-imx_3.0.35.bb b/recipes-kernel/linux/linux-imx_3.0.35.bb
index 9c4b0be..149366b 100644
--- a/recipes-kernel/linux/linux-imx_3.0.35.bb
+++ b/recipes-kernel/linux/linux-imx_3.0.35.bb
@@ -3,7 +3,7 @@
 
 include linux-imx.inc
 
-PR = "${INC_PR}.8"
+PR = "${INC_PR}.9"
 
 COMPATIBLE_MACHINE = "(mx6)"
 
-- 
1.7.9.5





More information about the meta-freescale mailing list