1 "Use BX" is not available on all CPUs, so the option depends on
2 a correct CPU to be chosen . It is weird that e BX" then appears
3 _above_ the CPU selection, not below.
5 Move the "Use BX" after the CPU selection.
7 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
8 Cc: Khem Raj <raj.khem@gmail.com>
9 Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
10 Cc: Carmelo AMOROSO <carmelo.amoroso@st.com>
12 extra/Configs/Config.arm | 14 +++++++-------
13 1 files changed, 7 insertions(+), 7 deletions(-)
15 diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
16 index b060ace..3b90e67 100644
17 --- a/extra/Configs/Config.arm
18 +++ b/extra/Configs/Config.arm
19 @@ -30,13 +30,6 @@ config CONFIG_ARM_EABI
24 - bool "Use BX in function return"
26 - depends on !CONFIG_GENERIC_ARM && !CONFIG_ARM610 && !CONFIG_ARM710
28 - Use BX instruction for THUMB aware architectures.
31 prompt "Target Processor Type"
32 default CONFIG_GENERIC_ARM
33 @@ -131,3 +124,10 @@ config CONFIG_ARM_IWMMXT
39 + bool "Use BX in function return"
41 + depends on !CONFIG_GENERIC_ARM && !CONFIG_ARM610 && !CONFIG_ARM710
43 + Use BX instruction for THUMB aware architectures.