From ded219589f184b296190aebcba56b57564f5f337 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 31 Jan 2006 01:41:16 +0000 Subject: Khem Raj says: add support for using BX instruction for THUMB aware architectures --- extra/Configs/Config.arm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'extra/Configs') 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 -- cgit v1.2.3