summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-18 15:45:15 +0100
committerJon Medhurst <tixy@linaro.org>2012-07-18 15:56:02 +0100
commit761d50ddd68af9af9f16f2ee51bb596a0ceb2546 (patch)
tree5d784f3e790533bc14a4acd6d1e53c8aa85dd2bd
parent7434d6a3dfdf4a71779dcc5d542f9cfc842bf934 (diff)
downloadvexpress-a9-761d50ddd68af9af9f16f2ee51bb596a0ceb2546.tar.gz
Android: vexpress: Enable CONFIG_INPUT_UINPUT to get aidb working
AIB Daemon expects this config, see bug #1026119 (https://bugs.launchpad.net/linaro-landing-team-arm/+bug/1026119) Also enable CONFIG_INPUT_MISC as CONFIG_INPUT_UINPUT depends on it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--arch/arm/configs/android_vexpress_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/android_vexpress_defconfig b/arch/arm/configs/android_vexpress_defconfig
index 44f3a1edde6..246d0e88a1a 100644
--- a/arch/arm/configs/android_vexpress_defconfig
+++ b/arch/arm/configs/android_vexpress_defconfig
@@ -69,6 +69,8 @@ CONFIG_DM_CRYPT=y
CONFIG_NETDEVICES=y
CONFIG_SMSC911X=y
CONFIG_INPUT_EVDEV=y
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=y
CONFIG_SERIO_AMBAKMI=y
CONFIG_SERIAL_AMBA_PL011=y
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y