aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/Makefile
diff options
context:
space:
mode:
authorYong Shen <yong.shen@linaro.org>2010-10-21 21:18:59 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-22 08:24:14 +0200
commit64f102b67f77f5054d27e58dbb26ec7ebef20e62 (patch)
tree0075f0e564fbda189c5372106b9a7287b4d536bb /arch/arm/mach-mx5/Makefile
parent71e2889d9d8f2149f38bbeedfa6d9aefa0875ca6 (diff)
downloadkernel_samsung_smdk4412-64f102b67f77f5054d27e58dbb26ec7ebef20e62.zip
kernel_samsung_smdk4412-64f102b67f77f5054d27e58dbb26ec7ebef20e62.tar.gz
kernel_samsung_smdk4412-64f102b67f77f5054d27e58dbb26ec7ebef20e62.tar.bz2
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/Makefile')
-rw-r--r--arch/arm/mach-mx5/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile
index 1769c16..462f177 100644
--- a/arch/arm/mach-mx5/Makefile
+++ b/arch/arm/mach-mx5/Makefile
@@ -5,6 +5,7 @@
# Object file lists.
obj-y := cpu.o mm.o clock-mx51.o devices.o
+obj-$(CONFIG_CPU_FREQ_IMX) += cpu_op-mx51.o
obj-$(CONFIG_MACH_MX51_BABBAGE) += board-mx51_babbage.o
obj-$(CONFIG_MACH_MX51_3DS) += board-mx51_3ds.o
obj-$(CONFIG_MACH_EUKREA_CPUIMX51) += board-cpuimx51.o