ARM: rockchip: fix wrong use of non-existent CONFIG_LOCAL_TIMERS
authorHeiko Stuebner <heiko@sntech.de>
Sun, 29 Sep 2013 14:15:35 +0000 (16:15 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 14 Oct 2013 19:01:12 +0000 (21:01 +0200)
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 <heiko@sntech.de>
arch/arm/mach-rockchip/Kconfig

index 25ee12b21f0180f8cfcbead0377f2a0c3e71d80a..a8487337344a963f11cbe17672f5d92a70a264ff 100644 (file)
@@ -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