From: Fabio Estevam Date: Fri, 8 Feb 2013 15:36:43 +0000 (-0200) Subject: ARM: mxs_defconfig: Build CONFIG_INPUT_EVDEV as built-in X-Git-Tag: firefly_0821_release~3680^2~605^2~10^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f4a067f1ca6c7e81fdb167023d0f2612e8bcfe1;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Shawn Guo --- 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 CONFIG_MICREL_PHY=y # CONFIG_WLAN is not set # CONFIG_INPUT_MOUSEDEV_PSAUX is not set -CONFIG_INPUT_EVDEV=m +CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_TOUCHSCREEN=y