diff options
author | Rob Herring | 2014-04-16 15:42:13 +0200 |
---|---|---|
committer | Arnd Bergmann | 2014-04-24 15:28:20 +0200 |
commit | 6d0add405a6665e743fddf9c117fd6778f7a428e (patch) | |
tree | 59956366974feaee0e6edddbbd8d0bf9c49f6994 | |
parent | ARM: spear: add __init to spear_clocksource_init() (diff) | |
download | kernel-qcow2-linux-6d0add405a6665e743fddf9c117fd6778f7a428e.tar.gz kernel-qcow2-linux-6d0add405a6665e743fddf9c117fd6778f7a428e.tar.xz kernel-qcow2-linux-6d0add405a6665e743fddf9c117fd6778f7a428e.zip |
ARM: fix missing CLKSRC_OF on multi-platform
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>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ab438cb5af55..a48712ed0444 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 |