mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
arm: configs: flo: set CONFIG_HZ to 300
Bug: 26444620 Change-Id: Idebc12682281e33e8f41e338482132cb881b9e85 Signed-off-by: Patrick Tjin <pattjin@google.com>
This commit is contained in:
parent
a63fd90f21
commit
029a1baa6f
2 changed files with 2 additions and 9 deletions
|
@ -1696,15 +1696,7 @@ config ARCH_NR_GPIO
|
|||
If unsure, leave the default value.
|
||||
|
||||
source kernel/Kconfig.preempt
|
||||
|
||||
config HZ
|
||||
int
|
||||
default 200 if ARCH_EBSA110 || ARCH_S3C24XX || ARCH_S5P64X0 || \
|
||||
ARCH_S5PV210 || ARCH_EXYNOS4
|
||||
default OMAP_32K_TIMER_HZ if ARCH_OMAP && OMAP_32K_TIMER
|
||||
default AT91_TIMER_HZ if ARCH_AT91
|
||||
default SHMOBILE_TIMER_HZ if ARCH_SHMOBILE
|
||||
default 100
|
||||
source kernel/Kconfig.hz
|
||||
|
||||
config THUMB2_KERNEL
|
||||
bool "Compile the kernel in Thumb-2 mode (EXPERIMENTAL)"
|
||||
|
|
|
@ -92,6 +92,7 @@ CONFIG_SMP=y
|
|||
# CONFIG_SMP_ON_UP is not set
|
||||
CONFIG_SCHED_MC=y
|
||||
CONFIG_PREEMPT=y
|
||||
CONFIG_HZ_300=y
|
||||
CONFIG_AEABI=y
|
||||
# CONFIG_OABI_COMPAT is not set
|
||||
CONFIG_HIGHMEM=y
|
||||
|
|
Loading…
Reference in a new issue