aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChao Xie <[email protected]>2012-08-20 02:55:15 +0000
committerMike Turquette <[email protected]>2012-08-28 14:15:53 -0700
commite5ad7ac73cdd43c48998f1f43261c6209aebe00b (patch)
treec1c8682fba7c5b1e211d15db6207fad3c814a70b
parent4c5bca3419527f5efde68771e791dd7bee5f19b9 (diff)
arm: mmp: make all SOCs use common clock by default
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]>
-rw-r--r--arch/arm/mach-mmp/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index 7fddd01b85b9..d697d07a1bf0 100644
--- 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.