diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-02-17 09:40:33 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2013-02-17 09:40:33 -0500 |
commit | b28748fb5d21d5d64c9ce31579ffbbd41f317042 (patch) | |
tree | c9835d9ee719d01a1ac5275d9de2d3e3fec3339d /arch/arm/Kconfig | |
parent | 251019fb97b67067c34292bb89c19e712f91971c (diff) |
ARM: add SCHED_HRTICK config option
As we don't include kernel/Kconfig.hz as this defines HZ values
unsuitable for ARM platforms, add the SCHED_HRTICK to properly configure
the scheduler for hrtimer operation.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 67874b82a4ed..a192a5c1984c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1655,6 +1655,9 @@ config HZ | |||
1655 | default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE | 1655 | default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE |
1656 | default 100 | 1656 | default 100 |
1657 | 1657 | ||
1658 | config SCHED_HRTICK | ||
1659 | def_bool HIGH_RES_TIMERS | ||
1660 | |||
1658 | config THUMB2_KERNEL | 1661 | config THUMB2_KERNEL |
1659 | bool "Compile the kernel in Thumb-2 mode" | 1662 | bool "Compile the kernel in Thumb-2 mode" |
1660 | depends on CPU_V7 && !CPU_V6 && !CPU_V6K | 1663 | depends on CPU_V7 && !CPU_V6 && !CPU_V6K |