aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/android.conf
AgeCommit message (Collapse)Author
2014-04-08configs: Enable TUN by defaultMark Brown
There some tests in LTP for TUN so make sure we get coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2014-02-12configs: android: Enable ION dummy driver for lskJohn Stultz
Enable the ION_DUMMY driver config for lsk Signed-off-by: John Stultz <john.stultz@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.org>
2014-01-14configs: Enable ION test driver, sync and ADF on AndroidMark Brown
Mainly for build coverage at this point. Signed-off-by: Mark Brown <broonie@linaro.org>
2013-12-09configs: Enable ION in Android buildsMark Brown
We don't have any devices that usefully use ION but this at least ensures that we have build coverage. Signed-off-by: Mark Brown <broonie@linaro.org>
2013-05-13configs: 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-05-13configs: android: Remove obsolete config optionsJon Medhurst
These options no longer exist. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-05-13configs: 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-05-13configs: 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-05-13configs: 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-05-13configs: 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-05-13configs: 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-05-13configs: 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-05-13configs: 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>