summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-31 01:41:16 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-31 01:41:16 +0000
commitded219589f184b296190aebcba56b57564f5f337 (patch)
treee6bb727254e9bf591aad23c7c4ea1fdecf408cbf /extra
parent5093fcf1205133dff7181b5d5d12da8db6a724a9 (diff)
Khem Raj says:
add support for using BX instruction for THUMB aware architectures
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.arm7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index 86a0aaa29..bbbf8e0dc 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -34,6 +34,13 @@ config CONFIG_ARM_EABI
need a kernel supporting the EABI system call interface, or "N"
for a compiler using the old Linux ABI.
+config USE_BX
+ bool "Use BX in function return"
+ default y
+ depends on !CONFIG_GENERIC_ARM && !CONFIG_ARM610 && !CONFIG_ARM710
+ help
+ Use BX instruction for THUMB aware architectures.
+
choice
prompt "Target Processor Type"
default CONFIG_GENERIC_ARM