From 5bd92caa7f8a32032175a4f04ac84a9f45ed3eb3 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Fri, 22 Jun 2012 14:37:44 +0400 Subject: [PATCH] arch/arm/configs/tizen_defconfig: Turn off CONFIG_LOCAL_TIMERS Let kernel use only GFRC timer in mct. This speeds up emulation. Signed-off-by: Evgeny Voevodin --- arch/arm/configs/tizen_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig index 27812c2bd79e..120ebc13b397 100644 --- a/arch/arm/configs/tizen_defconfig +++ b/arch/arm/configs/tizen_defconfig @@ -509,7 +509,7 @@ CONFIG_VMSPLIT_2G=y CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_NR_CPUS=2 CONFIG_HOTPLUG_CPU=y -CONFIG_LOCAL_TIMERS=y +# CONFIG_LOCAL_TIMERS is not set CONFIG_ARCH_NR_GPIO=0 # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set -- 2.34.1