aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/mxs_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-02-08 10:36:43 -0500
committerShawn Guo <shawn.guo@linaro.org>2013-04-01 04:31:04 -0400
commit2f4a067f1ca6c7e81fdb167023d0f2612e8bcfe1 (patch)
treeb98d723a280368a8f7dccbb7dad010e9f0ee1aa2 /arch/arm/configs/mxs_defconfig
parent7d07cc84944bc5ca14736f639158b87943d5c407 (diff)
ARM: mxs_defconfig: Build CONFIG_INPUT_EVDEV as built-in
Build CONFIG_INPUT_EVDEV as a built-in driver, as it makes easier to test the LRADC touchscreen driver, for example, by using the 'evtest' tool. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/configs/mxs_defconfig')
-rw-r--r--arch/arm/configs/mxs_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index 6a99e30f81d2..bacbd836f903 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -75,7 +75,7 @@ CONFIG_REALTEK_PHY=y
75CONFIG_MICREL_PHY=y 75CONFIG_MICREL_PHY=y
76# CONFIG_WLAN is not set 76# CONFIG_WLAN is not set
77# CONFIG_INPUT_MOUSEDEV_PSAUX is not set 77# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
78CONFIG_INPUT_EVDEV=m 78CONFIG_INPUT_EVDEV=y
79# CONFIG_INPUT_KEYBOARD is not set 79# CONFIG_INPUT_KEYBOARD is not set
80# CONFIG_INPUT_MOUSE is not set 80# CONFIG_INPUT_MOUSE is not set
81CONFIG_INPUT_TOUCHSCREEN=y 81CONFIG_INPUT_TOUCHSCREEN=y