From: Jon Medhurst Date: Wed, 18 Jul 2012 14:54:27 +0000 (+0100) Subject: configs: android: Enable CONFIG_INPUT_UINPUT to get aidb working X-Git-Tag: firefly_0821_release~3680^2~164^2~11^2~30 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b79f3aab33eb9138090231338b716e4330f8fb2a;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf index 7b3aa116daaa..9984a926423b 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