Commit bfe65704 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] Fix HZ definition for OMAP without 32K timer

Unfortunately, OMAP platforms without the 32K timer left HZ set to
an empty value.  Fix this by making the dependency on OMAP_32K_TIMER
rather than OMAP_32K_TIMER_HZ.
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 411ef7f4
...@@ -438,7 +438,7 @@ config HZ ...@@ -438,7 +438,7 @@ config HZ
int int
default 128 if ARCH_L7200 default 128 if ARCH_L7200
default 200 if ARCH_EBSA110 || ARCH_S3C2410 default 200 if ARCH_EBSA110 || ARCH_S3C2410
default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER_HZ != 0 default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
default 100 default 100
config AEABI config AEABI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment