diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-02 17:41:59 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-21 17:05:45 -0500 |
commit | f80658137fc8b789a71953adeca194a5a4747427 (patch) | |
tree | 55a634d2720412f2d70546576f7bc5e035e8b1b3 /arch | |
parent | ec1248e70edc5cf7b485efcc7b41e44e10f422e5 (diff) |
[ARM] Move HZ definition into Kconfig
Move the HZ definition into Kconfig, and set appropriate defaults
for platforms. Remove mostly empty asm/arch/param.h include file.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-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 |