diff options
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.arm | 7 |
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 |