From: Barry Song Date: Mon, 13 Jul 2015 13:59:52 +0000 (+0800) Subject: ARM: prima2_defconfig: enable build for misc input X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9dd105430a1708ae8692aaa98ee324553d0dbdd8;p=linux-beck.git ARM: prima2_defconfig: enable build for misc input we need INPUT_MISC to enable INPUT_SIRFSOC_ONKEY which is the onkey driver for SiRFSoC platforms. Signed-off-by: Barry Song --- diff --git a/arch/arm/configs/prima2_defconfig b/arch/arm/configs/prima2_defconfig index cf3acc8d370d..88d416f53462 100644 --- a/arch/arm/configs/prima2_defconfig +++ b/arch/arm/configs/prima2_defconfig @@ -26,6 +26,7 @@ CONFIG_CHR_DEV_SG=y CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_INPUT_MISC=y CONFIG_SERIAL_SIRFSOC=y CONFIG_SERIAL_SIRFSOC_CONSOLE=y CONFIG_HW_RANDOM=y