diff options
author | Jaecheol Lee <jc.lee@samsung.com> | 2010-10-11 20:23:19 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-25 03:04:20 -0400 |
commit | d8144aea5e2b8d31f684abbc59af47e6656d68ae (patch) | |
tree | b804afafee740e02760e021ecbed2779978900cd /arch/arm | |
parent | 83efc7432f881d4f4bcedd6800710c2c4c24c58d (diff) |
ARM: S5PV210: Update Kconfig and Makefile for supporting CPUFREQ driver
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-s5pv210/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b2204d9e5091..27564682d222 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -721,6 +721,7 @@ config ARCH_S5PV210 | |||
721 | select GENERIC_GPIO | 721 | select GENERIC_GPIO |
722 | select HAVE_CLK | 722 | select HAVE_CLK |
723 | select ARM_L1_CACHE_SHIFT_6 | 723 | select ARM_L1_CACHE_SHIFT_6 |
724 | select ARCH_HAS_CPUFREQ | ||
724 | select ARCH_USES_GETTIMEOFFSET | 725 | select ARCH_USES_GETTIMEOFFSET |
725 | select HAVE_S3C2410_I2C | 726 | select HAVE_S3C2410_I2C |
726 | select HAVE_S3C_RTC | 727 | select HAVE_S3C_RTC |
diff --git a/arch/arm/mach-s5pv210/Makefile b/arch/arm/mach-s5pv210/Makefile index 157754f0a919..ff1a0db57a2f 100644 --- a/arch/arm/mach-s5pv210/Makefile +++ b/arch/arm/mach-s5pv210/Makefile | |||
@@ -15,6 +15,7 @@ obj- := | |||
15 | obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o dma.o gpiolib.o | 15 | obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o dma.o gpiolib.o |
16 | obj-$(CONFIG_CPU_S5PV210) += setup-i2c0.o | 16 | obj-$(CONFIG_CPU_S5PV210) += setup-i2c0.o |
17 | obj-$(CONFIG_S5PV210_PM) += pm.o sleep.o | 17 | obj-$(CONFIG_S5PV210_PM) += pm.o sleep.o |
18 | obj-$(CONFIG_CPU_FREQ) += cpufreq.o | ||
18 | 19 | ||
19 | # machine support | 20 | # machine support |
20 | 21 | ||