diff options
author | Yong Shen <yong.shen@linaro.org> | 2010-10-21 13:18:59 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-22 06:24:14 (GMT) |
commit | 64f102b67f77f5054d27e58dbb26ec7ebef20e62 (patch) | |
tree | 0075f0e564fbda189c5372106b9a7287b4d536bb /arch/arm/mach-mx5/Kconfig | |
parent | 71e2889d9d8f2149f38bbeedfa6d9aefa0875ca6 (diff) | |
download | linux-fsl-qoriq-64f102b67f77f5054d27e58dbb26ec7ebef20e62.tar.xz |
cpufreq for freescale mx51
Currently, only two operating points: 160Mhz and 800Mhz.
the operating points are tested on babbage 3.0
Signed-off-by: Yong Shen <yong.shen@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index fe96cd2..3ec910a 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -6,6 +6,7 @@ config ARCH_MX51 select MXC_TZIC select ARCH_MXC_IOMUX_V3 select ARCH_MXC_AUDMUX_V2 + select ARCH_HAS_CPUFREQ comment "MX5 platforms:" |