aboutsummaryrefslogtreecommitdiff
path: root/linaro/configs/linaro-base.conf
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-11-07 15:37:28 +0000
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-07 01:20:54 +0400
commit5c8db05d7242302e3b0a0d1ebb58c728a5b6c544 (patch)
tree408125454c167f68be72ff3cba4b82198f3fd8a1 /linaro/configs/linaro-base.conf
parent43872c71e2a1a008a904df9372438f5d713f9bea (diff)
configs: linaro-base: set CONFIG_AEABI=y
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>
Diffstat (limited to 'linaro/configs/linaro-base.conf')
-rw-r--r--linaro/configs/linaro-base.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/linaro-base.conf b/linaro/configs/linaro-base.conf
index a0fa9d59c20..9269c8e6656 100644
--- a/linaro/configs/linaro-base.conf
+++ b/linaro/configs/linaro-base.conf
@@ -19,6 +19,8 @@ CONFIG_SMP=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_SMT=y
CONFIG_THUMB2_KERNEL=y
+CONFIG_AEABI=y
+# CONFIG_OABI_COMPAT is not set
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_CPU_IDLE=y