aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs
AgeCommit message (Collapse)Author
2013-04-11configs: Move CONFIG_PROVE_LOCKING from linaro-base.conf to debug.conftracking-core-configs-manifest-20130614.0tracking-core-configs-manifest-20130613.0tracking-core-configs-lsk-20130528.0tracking-core-configs-lsk-20130527.0tracking-core-configs-lsk-20130525.1tracking-core-configs-lsk-20130525.0tracking-core-configs-lsk-20130522.0tracking-core-configs-lsk-20130515.0tracking-core-configs-lsk-20130512.0v3.9/configsAndrey Konovalov
CONFIG_PROVE_LOCKING is an expensive option which adds significant overhead to lock operations. The examples are 5% power consumption increase for vexpress with this option enabled, and improving netperf on the loopback results by ~200% after disabling DEBUG_MUTEXES (DEBUG_MUTEXES is selected by PROVE_LOCKING). Move CONFIG_PROVE_LOCKING to a separate debug.conf fragment, so that it could be enabled only when it is needed. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-04-11configs: 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-04-10configs: android: Remove obsolete config optionsJon Medhurst
These options no longer exist. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-18configs: linaro-base: Remove CONFIG_EXPERIMENTALJon Medhurst
Commit 3d374d09 (final removal of CONFIG_EXPERIMENTAL) removed CONFIG_EXPERIMENTAL from Linux. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-12ubuntu-minimal.conf: add CONFIG_CGROUPS and CONFIG_AUTOFS4_FS for systemdFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-03-12configs: linaro-base: Set CONFIG_PROC_DEVICETREE=yJon Medhurst
Both the Android and Ubuntu have QA tests which expect to be able to validate device-tree booting by looking in /proc/device-tree, so we should enable this for all Linaro builds. At the same time we can remove this option from ubuntu.conf as it's not an Ubuntu specific requirement. Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-12configs: 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-03-12Enable the options needed to test CPU hotplug latencyAndrey Konovalov
Enable CONFIG_HOTPLUG in linaro-base.conf as all Linaro kernels should have it. Enabling CONFIG_DEBUG_FS and CONFIG_FUNCTION_TRACER add no runtime slowdown if not used, so having them in linaro-base.conf is OK too. Now that CONFIG_HOTPLUG and CONFIG_DEBUG_FS are in linaro-base.conf, remove them from ubuntu.conf. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
2013-03-12configs: 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-03-12configs: 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-03-12linaro/configs: ubuntu: Disable support for generic OHCI platform driverTushar Behera
OHCI-HCD driver does not support multiple SoC drivers during the compile time. Hence the generic driver should be disabled in ubuntu.conf and enabled in respective board config files. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
2013-03-12configs: 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-03-12configs: 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-03-12config: ubuntu: ATH6KL should be platform dependentRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: ubuntu: disabling CONFIG_MTD_NAND_NANDSIM=m, breaking buildRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: ubuntu: updating configs for 3.5Ricardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: ubuntu: disabling CGROUPS as defaultRicardo Salveti de Araujo
Not yet stable enough to be used as default for all boards we currently support at Linaro. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: ubuntu: disabling CODA_FS, seems to be broken atmRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: ubuntu: be compatible with the enforce scriptRicardo Salveti de Araujo
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: moving previous ubuntu.conf as ubuntu-minimal and creating a full ↵Ricardo Salveti de Araujo
ubuntu one The ubuntu.conf now is based on the official ubuntu packages, enabling a large set of configs and drivers. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>
2013-03-12configs: Replace CONFIG_PERF_COUNTERS with CONFIG_PERF_EVENTSJon Medhurst
CONFIG_PERF_COUNTERS was removed in comit 392d65a9 (perf: Remove PERF_COUNTERS config option) Signed-off-by: Jon Medhurst <tixy@linaro.org>
2013-03-12configs: 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-03-12configs: 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>