projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be5f69
)
ARM: fix missing CLKSRC_OF on multi-platform
author
Rob Herring
<
[email protected]
>
Wed, 16 Apr 2014 13:42:13 +0000
(08:42 -0500)
committer
Arnd Bergmann
<
[email protected]
>
Thu, 24 Apr 2014 13:28:20 +0000
(15:28 +0200)
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 <
[email protected]
>
Signed-off-by: Rob Herring <
[email protected]
>
Signed-off-by: Arnd Bergmann <
[email protected]
>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index ab438cb5af5570f5aae9b3215b9c73586ce80427..a48712ed0444456f561ab6e2cf2c6bd1e52b4087 100644
(file)
--- 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