diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-08-06 03:59:06 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-07 14:12:59 -0400 |
commit | 4f788bb20047d7f530ad8dfccda74f7ce7a8a0f5 (patch) | |
tree | 743677537086ce576ca73da99181021738faf427 /arch/arm/mach-pxa/Makefile | |
parent | 5c52de4a6623ac14790d42df69a509631f4db5f6 (diff) |
[ARM] pxa: add preliminary CPUFREQ support for PXA3xx
Signed-off-by: Eric Miao <eric.miao@marvell.com>
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Makefile b/arch/arm/mach-pxa/Makefile index 7ab8a2eddd11..d31c9979cfa3 100644 --- a/arch/arm/mach-pxa/Makefile +++ b/arch/arm/mach-pxa/Makefile | |||
@@ -10,6 +10,7 @@ obj-$(CONFIG_PM) += pm.o sleep.o standby.o | |||
10 | ifeq ($(CONFIG_CPU_FREQ),y) | 10 | ifeq ($(CONFIG_CPU_FREQ),y) |
11 | obj-$(CONFIG_PXA25x) += cpufreq-pxa2xx.o | 11 | obj-$(CONFIG_PXA25x) += cpufreq-pxa2xx.o |
12 | obj-$(CONFIG_PXA27x) += cpufreq-pxa2xx.o | 12 | obj-$(CONFIG_PXA27x) += cpufreq-pxa2xx.o |
13 | obj-$(CONFIG_PXA3xx) += cpufreq-pxa3xx.o | ||
13 | endif | 14 | endif |
14 | 15 | ||
15 | # Generic drivers that other drivers may depend upon | 16 | # Generic drivers that other drivers may depend upon |