ARM: let CPUs not being able to run in ARM mode enter in THUMB mode
[deliverable/linux.git] / arch / arm / Kconfig
index 67874b82a4edf318ae3718ae6137393140405586..e04c7793f47e2dda1360c517e1fe46c5c4647a2e 100644 (file)
@@ -1656,8 +1656,9 @@ config HZ
        default 100
 
 config THUMB2_KERNEL
-       bool "Compile the kernel in Thumb-2 mode"
+       bool "Compile the kernel in Thumb-2 mode" if !CPU_THUMBONLY
        depends on CPU_V7 && !CPU_V6 && !CPU_V6K
+       default y if CPU_THUMBONLY
        select AEABI
        select ARM_ASM_UNIFIED
        select ARM_UNWIND
This page took 0.034569 seconds and 5 git commands to generate.