diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-09-29 10:15:35 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2013-10-14 15:01:12 -0400 |
commit | f350f823867e82d885278346a75ed33b63248c42 (patch) | |
tree | ee43aafe13f214a316bd86dbee4fa036228aeaf8 /arch/arm/mach-rockchip | |
parent | 4a10c2ac2f368583138b774ca41fac4207911983 (diff) |
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 <heiko@sntech.de>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
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 | |||
5 | select ARCH_REQUIRE_GPIOLIB | 5 | select ARCH_REQUIRE_GPIOLIB |
6 | select ARM_GIC | 6 | select ARM_GIC |
7 | select CACHE_L2X0 | 7 | select CACHE_L2X0 |
8 | select HAVE_ARM_TWD if LOCAL_TIMERS | 8 | select HAVE_ARM_TWD if SMP |
9 | select HAVE_SMP | 9 | select HAVE_SMP |
10 | select LOCAL_TIMERS if SMP | ||
11 | select COMMON_CLK | 10 | select COMMON_CLK |
12 | select GENERIC_CLOCKEVENTS | 11 | select GENERIC_CLOCKEVENTS |
13 | select DW_APB_TIMER_OF | 12 | select DW_APB_TIMER_OF |