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:
4c5bca3
)
arm: mmp: make all SOCs use common clock by default
author
Chao Xie
<
[email protected]
>
Mon, 20 Aug 2012 02:55:15 +0000
(
02:55
+0000)
committer
Mike Turquette
<
[email protected]
>
Tue, 28 Aug 2012 21:15:53 +0000
(14:15 -0700)
Signed-off-by: Chao Xie <
[email protected]
>
Reviewed-by: Arnd Bergmann <
[email protected]
>
Acked-by: Haojian Zhuang <
[email protected]
>
Signed-off-by: Mike Turquette <
[email protected]
>
arch/arm/mach-mmp/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mmp/Kconfig
b/arch/arm/mach-mmp/Kconfig
index 7fddd01b85b9ec8c585beca0ef5c59584d3bc8a6..d697d07a1bf080fe167c1f434efc96735daeda53 100644
(file)
--- a/
arch/arm/mach-mmp/Kconfig
+++ b/
arch/arm/mach-mmp/Kconfig
@@
-108,18
+108,21
@@
endmenu
config CPU_PXA168
bool
select CPU_MOHAWK
+ select COMMON_CLK
help
Select code specific to PXA168
config CPU_PXA910
bool
select CPU_MOHAWK
+ select COMMON_CLK
help
Select code specific to PXA910
config CPU_MMP2
bool
select CPU_PJ4
+ select COMMON_CLK
help
Select code specific to MMP2. MMP2 is ARMv7 compatible.