From: Heiko Stuebner Date: Sun, 29 Sep 2013 14:15:35 +0000 (+0200) Subject: ARM: rockchip: fix wrong use of non-existent CONFIG_LOCAL_TIMERS X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f350f823867e82d885278346a75ed33b63248c42;p=linux-beck.git ARM: rockchip: fix wrong use of non-existent CONFIG_LOCAL_TIMERS CONFIG_LOCAL_TIMERS was removed in february, so the twd never gets selected. Fix this by making the twd depend on SMP directly. Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 25ee12b21f01..a8487337344a 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -5,9 +5,8 @@ config ARCH_ROCKCHIP select ARCH_REQUIRE_GPIOLIB select ARM_GIC select CACHE_L2X0 - select HAVE_ARM_TWD if LOCAL_TIMERS + select HAVE_ARM_TWD if SMP select HAVE_SMP - select LOCAL_TIMERS if SMP select COMMON_CLK select GENERIC_CLOCKEVENTS select DW_APB_TIMER_OF