]> Pileus Git - ~andy/linux/commitdiff
ARM: S5PV210: Update Kconfig and Makefile for supporting CPUFREQ driver
authorJaecheol Lee <jc.lee@samsung.com>
Tue, 12 Oct 2010 00:23:19 +0000 (09:23 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 25 Oct 2010 07:04:20 +0000 (16:04 +0900)
This patch adds ARCH_HAS_CPUFREQ in arch/arm/Kconfig for S5PV210,
and updates mach-s5pv210/Makefile for supporting build CPUFREQ driver.

Signed-off-by: Jaecheol Lee <jc.lee@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/Kconfig
arch/arm/mach-s5pv210/Makefile

index b2204d9e5091e0242c482bf785461d7930720d15..27564682d222bdc9784167560e53f0efd4b82c70 100644 (file)
@@ -721,6 +721,7 @@ config ARCH_S5PV210
        select GENERIC_GPIO
        select HAVE_CLK
        select ARM_L1_CACHE_SHIFT_6
+       select ARCH_HAS_CPUFREQ
        select ARCH_USES_GETTIMEOFFSET
        select HAVE_S3C2410_I2C
        select HAVE_S3C_RTC
index 157754f0a9192cd58f4a345beb4db6f9c18ce07a..ff1a0db57a2fc976d1d09ed388ed3a62660559bb 100644 (file)
@@ -15,6 +15,7 @@ obj-                          :=
 obj-$(CONFIG_CPU_S5PV210)      += cpu.o init.o clock.o dma.o gpiolib.o
 obj-$(CONFIG_CPU_S5PV210)      += setup-i2c0.o
 obj-$(CONFIG_S5PV210_PM)       += pm.o sleep.o
+obj-$(CONFIG_CPU_FREQ)         += cpufreq.o
 
 # machine support