summaryrefslogtreecommitdiff
path: root/linaro/configs
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-18 15:54:27 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-10-07 23:46:08 +0400
commita48f31dd5a44c2d189636208b9fb0fdb7b8dc613 (patch)
treea798929bba957bd4af94143e7002474f2c2995d9 /linaro/configs
parent68c87e40edd93f0313b21797a38091c35b727ed5 (diff)
configs: android: 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>
Diffstat (limited to 'linaro/configs')
-rw-r--r--linaro/configs/android.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf
index 7b3aa116daa..9984a926423 100644
--- a/linaro/configs/android.conf
+++ b/linaro/configs/android.conf
@@ -12,6 +12,8 @@ CONFIG_POWER_SUPPLY=y
CONFIG_ANDROID_PARANOID_NETWORK=y
CONFIG_NET_ACTIVITY_STATS=y
CONFIG_FB_EARLYSUSPEND=y
+CONFIG_INPUT_MISC=y
+CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_GPIO=y
CONFIG_USB_G_ANDROID=y
CONFIG_SWITCH=y