summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-04-04 10:02:52 +0100
committerJohn Stultz <john.stultz@linaro.org>2012-04-11 19:21:34 -0700
commit1e8d020056aec7cc56c4e3b470cc6e9317b5a688 (patch)
tree465e96fee25804638be20295e0987df6e117d34d /configs
parent68f5d2b275eb3dbc5ad554b9601ccbbed0c75039 (diff)
config: Always set THUMB2_KERNEL
But disable it in Android for now as there appears to be a toolchain bug preventing compilation. Signed-off-by: Jon Medhurst <tixy@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/android.conf1
-rw-r--r--configs/linaro-base.conf1
-rw-r--r--configs/vexpress.conf1
3 files changed, 2 insertions, 1 deletions
diff --git a/configs/android.conf b/configs/android.conf
index 6fa633d96d11..e72ec3594a06 100644
--- a/configs/android.conf
+++ b/configs/android.conf
@@ -1,4 +1,5 @@
CONFIG_MODULES=y
+# CONFIG_THUMB2_KERNEL is not set
CONFIG_IPV6=y
# CONFIG_IPV6_SIT is not set
CONFIG_PANIC_TIMEOUT=0
diff --git a/configs/linaro-base.conf b/configs/linaro-base.conf
index cc0952873200..80bdf69fc5ff 100644
--- a/configs/linaro-base.conf
+++ b/configs/linaro-base.conf
@@ -16,6 +16,7 @@ CONFIG_HIGH_RES_TIMERS=y
CONFIG_SMP=y
CONFIG_SCHED_MC=y
CONFIG_SCHED_SMT=y
+CONFIG_THUMB2_KERNEL=y
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_CPU_IDLE=y
diff --git a/configs/vexpress.conf b/configs/vexpress.conf
index 1af5049b7709..88a78f0d1e82 100644
--- a/configs/vexpress.conf
+++ b/configs/vexpress.conf
@@ -2,7 +2,6 @@ CONFIG_MODULE_UNLOAD=y
CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_VEXPRESS_CA9X4=y
CONFIG_ARCH_VEXPRESS_DT=y
-CONFIG_THUMB2_KERNEL=y
CONFIG_CMDLINE="console=ttyAMA0,38400n8 root=/dev/mmcblk0p2 rootwait mmci.fmax=4000000"
CONFIG_VFP=y
CONFIG_NEON=y