From: Leonardo Sandoval Date: Thu, 24 Jan 2013 21:31:21 +0000 (-0600) Subject: linux-imx-3.0.35: egalax single touch built-in in defconfig X-Git-Tag: 2.1~1535 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2af798b19a12504842440b75bba4a2c09a2f8912;p=meta-freescale.git linux-imx-3.0.35: egalax single touch built-in in defconfig 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 --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig b/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig index a8bc503c..b5d222d1 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig +++ b/meta-fsl-arm/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