aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChoi Jong-hwan <jhbird.choi@samsung.com>2010-08-13 17:27:47 +0900
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:42:22 -0800
commitf75d77fad5617da9721b16d3e77f8ce336d7632b (patch)
tree8199eb6757a81d019f2476e7e8e856e3f9999284
parentefa3fe4eb5203a090013a7297d79610a82035a58 (diff)
downloadkernel_samsung_crespo-f75d77fad5617da9721b16d3e77f8ce336d7632b.zip
kernel_samsung_crespo-f75d77fad5617da9721b16d3e77f8ce336d7632b.tar.gz
kernel_samsung_crespo-f75d77fad5617da9721b16d3e77f8ce336d7632b.tar.bz2
[HZ] if S5P_HIGH_RES_TIMER options is enable, use 256 HZ
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 31c552b..7168bef 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1422,6 +1422,7 @@ source kernel/Kconfig.preempt
config HZ
int
+ default 256 if S5P_HIGH_RES_TIMERS
default 200 if ARCH_EBSA110 || ARCH_S3C2410 || ARCH_S5P64X0 || \
ARCH_S5PV210 || ARCH_EXYNOS4
default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER