arm: mmp: make all SOCs use common clock by default
authorChao Xie <[email protected]>
Mon, 20 Aug 2012 02:55:15 +0000 (02:55 +0000)
committerMike 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

index 7fddd01b85b9ec8c585beca0ef5c59584d3bc8a6..d697d07a1bf080fe167c1f434efc96735daeda53 100644 (file)
@@ -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.