From: SangWook Ju <[email protected]>

This patch adds ARCH_HAS_CPUFREQ in Kconfig of ARCH_S5PV310 and updates
Makefile for supporting build S5PV310 CPUFREQ driver

Signed-off-by: Sangwook Ju <[email protected]>
Signed-off-by: Sangbeom Kim <[email protected]>
---
 arch/arm/mach-s5pv310/Kconfig  |    1 +
 arch/arm/mach-s5pv310/Makefile |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig
index d64efe0..6c1c62e 100644
--- a/arch/arm/mach-s5pv310/Kconfig
+++ b/arch/arm/mach-s5pv310/Kconfig
@@ -68,6 +68,7 @@ menu "S5PC210 Machines"
 config MACH_SMDKC210
        bool "SMDKC210"
        select CPU_S5PV310
+       select ARCH_HAS_CPUFREQ
        select S3C_DEV_RTC
        select S3C_DEV_WDT
        select S3C_DEV_HSMMC
diff --git a/arch/arm/mach-s5pv310/Makefile b/arch/arm/mach-s5pv310/Makefile
index 61e3cb6..3af462d 100644
--- a/arch/arm/mach-s5pv310/Makefile
+++ b/arch/arm/mach-s5pv310/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_CPU_S5PV310)     += setup-i2c0.o time.o 
gpiolib.o irq-eint.o dma.o
 obj-$(CONFIG_SMP)              += platsmp.o headsmp.o
 obj-$(CONFIG_LOCAL_TIMERS)     += localtimer.o
 obj-$(CONFIG_HOTPLUG_CPU)      += hotplug.o
+obj-$(CONFIG_CPU_FREQ)         += cpufreq.o
 
 # machine support
 
-- 
1.6.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to