diff options
author | Barry Song <Baohua.Song@csr.com> | 2015-07-13 21:59:52 +0800 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2015-07-28 04:41:19 +0800 |
commit | 9dd105430a1708ae8692aaa98ee324553d0dbdd8 (patch) | |
tree | 8e3a0849f7ebe253832acfc5f4cafa76c18b13f4 /arch/arm/configs | |
parent | de124e87425c801e187a301604873265094153f3 (diff) | |
download | blackbird-op-linux-9dd105430a1708ae8692aaa98ee324553d0dbdd8.tar.gz blackbird-op-linux-9dd105430a1708ae8692aaa98ee324553d0dbdd8.zip |
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 <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/prima2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |