From: Jon Medhurst Date: Fri, 13 Jul 2012 12:04:34 +0000 (+0100) Subject: configs: android: Enable FB_EARLYSUSPEND X-Git-Tag: firefly_0821_release~3680^2~164^2~11^2~31 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b18a3a22aac9032b971e900ddedea4088c88f0ae;p=firefly-linux-kernel-4.4.55.git configs: android: Enable FB_EARLYSUSPEND We now have a compatibility layer in Linaro kernels for this feature in order to stop surfacefligger spinning an eating up 100% of a CPU core. Signed-off-by: Jon Medhurst --- diff --git a/linaro/configs/android.conf b/linaro/configs/android.conf index ed2a8d86ee56..7b3aa116daaa 100644 --- a/linaro/configs/android.conf +++ b/linaro/configs/android.conf @@ -11,6 +11,7 @@ CONFIG_AEABI=y CONFIG_POWER_SUPPLY=y CONFIG_ANDROID_PARANOID_NETWORK=y CONFIG_NET_ACTIVITY_STATS=y +CONFIG_FB_EARLYSUSPEND=y CONFIG_INPUT_GPIO=y CONFIG_USB_G_ANDROID=y CONFIG_SWITCH=y