ARM: rockchip: fix wrong use of non-existent CONFIG_LOCAL_TIMERS
From: Heiko Stuebner <heiko@...> Date: Sun, 29 Sep 2013 16:15:35 +0200
Commit-Message
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@...>
Patch-Comment
arch/arm/mach-rockchip/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Statistics
- 1 lines added
- 2 lines removed
Changes
------------------------ arch/arm/mach-rockchip/Kconfig ------------------------
index 25ee12b..a848733 100644
@@ -5,9 +5,8 @@ config ARCH_ROCKCHIP
select ARCH_REQUIRE_GPIOLIB
select ARM_GIC
select CACHE_L2X0
+ select HAVE_ARM_TWD if SMP
select HAVE_SMP
select COMMON_CLK
select GENERIC_CLOCKEVENTS
select DW_APB_TIMER_OF