aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6c0900a9bf5c..2e56e73a279d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1654,6 +1654,9 @@ config HZ
1654 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE 1654 default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
1655 default 100 1655 default 100
1656 1656
1657config SCHED_HRTICK
1658 def_bool HIGH_RES_TIMERS
1659
1657config THUMB2_KERNEL 1660config THUMB2_KERNEL
1658 bool "Compile the kernel in Thumb-2 mode" 1661 bool "Compile the kernel in Thumb-2 mode"
1659 depends on CPU_V7 && !CPU_V6 && !CPU_V6K 1662 depends on CPU_V7 && !CPU_V6 && !CPU_V6K