summaryrefslogtreecommitdiff
path: root/arch/arm/mach-pxa/Makefile
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-12-14 13:30:14 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 15:07:52 (GMT)
commit9e2697ff371b4380dca108a66860868c19d8c4b6 (patch)
treebf0d821b2a841a2246c5427ec670a81abc1eb35c /arch/arm/mach-pxa/Makefile
parentcae0554126e0545f8fc37282db7a906df1ec5c3c (diff)
downloadlinux-fsl-qoriq-9e2697ff371b4380dca108a66860868c19d8c4b6.tar.xz
[ARM] pxa: add cpufreq support
There have been patches hanging around for ages to add support for cpufreq to PXA255 processors. It's about time we applied one. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Makefile')
-rw-r--r--arch/arm/mach-pxa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile
index 4263527..3133dc4 100644
--- a/arch/arm/mach-pxa/Makefile
+++ b/arch/arm/mach-pxa/Makefile
@@ -42,6 +42,7 @@ obj-$(CONFIG_LEDS) += $(led-y)
# Misc features
obj-$(CONFIG_PM) += pm.o sleep.o
+obj-$(CONFIG_CPU_FREQ) += cpu-pxa.o
obj-$(CONFIG_PXA_SSP) += ssp.o
ifeq ($(CONFIG_PXA27x),y)