|
@@ -1531,7 +1531,6 @@ config THUMB2_KERNEL
|
|
bool "Compile the kernel in Thumb-2 mode" if !CPU_THUMBONLY
|
|
bool "Compile the kernel in Thumb-2 mode" if !CPU_THUMBONLY
|
|
depends on (CPU_V7 || CPU_V7M) && !CPU_V6 && !CPU_V6K
|
|
depends on (CPU_V7 || CPU_V7M) && !CPU_V6 && !CPU_V6K
|
|
default y if CPU_THUMBONLY
|
|
default y if CPU_THUMBONLY
|
|
- select AEABI
|
|
|
|
select ARM_ASM_UNIFIED
|
|
select ARM_ASM_UNIFIED
|
|
select ARM_UNWIND
|
|
select ARM_UNWIND
|
|
help
|
|
help
|
|
@@ -1594,7 +1593,8 @@ config ARM_PATCH_IDIV
|
|
code to do integer division.
|
|
code to do integer division.
|
|
|
|
|
|
config AEABI
|
|
config AEABI
|
|
- bool "Use the ARM EABI to compile the kernel"
|
|
|
|
|
|
+ bool "Use the ARM EABI to compile the kernel" if !CPU_V7 && !CPU_V7M && !CPU_V6 && !CPU_V6K
|
|
|
|
+ default CPU_V7 || CPU_V7M || CPU_V6 || CPU_V6K
|
|
help
|
|
help
|
|
This option allows for the kernel to be compiled using the latest
|
|
This option allows for the kernel to be compiled using the latest
|
|
ARM ABI (aka EABI). This is only useful if you are using a user
|
|
ARM ABI (aka EABI). This is only useful if you are using a user
|