Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b7dfa7d authored by Rob Herring's avatar Rob Herring Committed by Olof Johansson
Browse files

ARM: fix HAVE_ARM_TWD selection for OMAP and shmobile



The selection of HAVE_ARM_TWD for OMAP and shmobile depend on LOCAL_TIMER
which no longer exists. They should depend on SMP instead.

Cc: Tony Lindgren <tony@atomide.com>
Cc: Simon Horman <horms@verge.net.au>
Cc: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent e803d988
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ config SOC_OMAP5
	select ARM_GIC
	select CPU_V7
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD if LOCAL_TIMERS
	select HAVE_ARM_TWD if SMP
	select HAVE_SMP
	select HAVE_ARM_ARCH_TIMER
	select ARM_ERRATA_798181 if SMP
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ config ARCH_SHMOBILE_MULTI
	select CPU_V7
	select GENERIC_CLOCKEVENTS
	select HAVE_ARM_SCU if SMP
	select HAVE_ARM_TWD if LOCAL_TIMERS
	select HAVE_ARM_TWD if SMP
	select HAVE_SMP
	select ARM_GIC
	select MIGHT_HAVE_CACHE_L2X0