aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index da28e7ba6083..a36b5a8b123e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -983,6 +983,18 @@ config HZ
983 default AT91_TIMER_HZ if ARCH_AT91 983 default AT91_TIMER_HZ if ARCH_AT91
984 default 100 984 default 100
985 985
986config THUMB2_KERNEL
987 bool "Compile the kernel in Thumb-2 mode"
988 depends on CPU_V7 && EXPERIMENTAL
989 select AEABI
990 select ARM_ASM_UNIFIED
991 help
992 By enabling this option, the kernel will be compiled in
993 Thumb-2 mode. A compiler/assembler that understand the unified
994 ARM-Thumb syntax is needed.
995
996 If unsure, say N.
997
986config ARM_ASM_UNIFIED 998config ARM_ASM_UNIFIED
987 bool 999 bool
988 1000