diff options
Diffstat (limited to 'arch/arm/mach-mmp/Kconfig')
-rw-r--r-- | arch/arm/mach-mmp/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 7fddd01b85b..178d4daa5e1 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -107,18 +107,21 @@ endmenu config CPU_PXA168 bool + select COMMON_CLK select CPU_MOHAWK help Select code specific to PXA168 config CPU_PXA910 bool + select COMMON_CLK select CPU_MOHAWK help Select code specific to PXA910 config CPU_MMP2 bool + select COMMON_CLK select CPU_PJ4 help Select code specific to MMP2. MMP2 is ARMv7 compatible. |