]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit16e0834915caee64670842ed7751f47191ce4994
treeee43aafe13f214a316bd86dbee4fa036228aeaf8
parent8c68cf8383040c425e62cbc61b0baa60d7e7b5e0
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>
arch/arm/mach-rockchip/Kconfig