diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 32ba00bd0a2f..2c63228b4ab6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -434,6 +434,13 @@ config NO_IDLE_HZ | |||
434 | Currently at least OMAP, PXA2xx and SA11x0 platforms are known | 434 | Currently at least OMAP, PXA2xx and SA11x0 platforms are known |
435 | to have accurate timekeeping with dynamic tick. | 435 | to have accurate timekeeping with dynamic tick. |
436 | 436 | ||
437 | config HZ | ||
438 | int | ||
439 | default 128 if ARCH_L7200 | ||
440 | default 200 if ARCH_EBSA110 || ARCH_S3C2410 | ||
441 | default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER_HZ != 0 | ||
442 | default 100 | ||
443 | |||
437 | config AEABI | 444 | config AEABI |
438 | bool "Use the ARM EABI to compile the kernel" | 445 | bool "Use the ARM EABI to compile the kernel" |
439 | help | 446 | help |