* [PATCH] ARM: fix missing CLKSRC_OF on multi-platform
@ 2014-04-16 13:42 Rob Herring
0 siblings, 0 replies; only message in thread
From: Rob Herring @ 2014-04-16 13:42 UTC (permalink / raw)
To: linux-arm-kernel
From: Rob Herring <robh@kernel.org>
In commit ddb902cc34593e (ARM: centralize common multi-platform kconfig
options), CLKSRC_OF was removed from some platforms, but not added to
ARCH_MULTIPLATFORM. Fix this.
Reported-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Signed-off-by: Rob Herring <robh@kernel.org>
---
Arnd, Kevin, Olof,
Please apply this rather than the various patches fixing single
platforms. Really, CLKSRC_OF should be selected in each timer config
option, but this is a much more simple fix.
Rob
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ab438cb..a48712e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -311,6 +311,7 @@ config ARCH_MULTIPLATFORM
select ARM_HAS_SG_CHAIN
select ARM_PATCH_PHYS_VIRT
select AUTO_ZRELADDR
+ select CLKSRC_OF
select COMMON_CLK
select GENERIC_CLOCKEVENTS
select MULTI_IRQ_HANDLER
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-16 13:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 13:42 [PATCH] ARM: fix missing CLKSRC_OF on multi-platform Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).