summaryrefslogtreecommitdiff
path: root/linaro/configs/android.conf
AgeCommit message (Collapse)Author
2013-10-07configs: android: Enable interactive cpufreq governor by defaultJon Medhurst
This is Android's standard cpufreq governor and is enabled by default in the AOSP tree. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: android: Remove obsolete config optionsJon Medhurst
These options no longer exist. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: android: Enable CONFIG_FUSE_FS for Android 4.2Jon Medhurst
The SD card emulator expects this. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: linaro-base: set CONFIG_AEABI=yJon Medhurst
We already have CONFIG_THUMB2_KERNEL=y which also selects CONFIG_AEABI however if someone wanted to disable Thumb2 for debugging or other reasons then they may try simply removing the Thumb2 config entry. This however would then default to the old ABI and it seems there are some obscure bugs in this little tested kernel variant. So, to save wasting people's time let's make sure CONFIG_AEABI is explicitly selected. As we are adding this to linaro-base.conf we can remove it from android.conf (which probably had it as a leftover from when we had Thumb2 disabled). Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: android: Don't disable CONFIG_THUMB2_KERNELJon Medhurst
This was originally done to workaround a toolchain bug which seems to have now been resolved. See https://bugs.launchpad.net/linaro-landing-team-arm/+bug/973466 Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: android: Enable CONFIG_INPUT_UINPUT to get aidb workingJon Medhurst
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>
2013-10-07configs: android: Enable FB_EARLYSUSPENDJon Medhurst
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 <tixy@linaro.org>
2013-10-07configs: Make CONFIG_MODULES part of linaro-baseJon Medhurst
CONFIG_MODULE was in both Ubuntu and Android configs so it would be best if it is in the base config instead. Also, having CONFIG_MODULE_UNLOAD in will enable the Gator module to be upgraded to a later version via DKSM without rebooting, and allows for easier testing. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-10-07configs: Initial core configsJon Medhurst
Copied from branch linaro-configs-3.4 of git://git.linaro.org/people/jstultz/android.git Signed-off-by: Jon Medhurst <tixy@linaro.org>