aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-02-13 04:49:40 -0500
committerDave Jones <davej@redhat.com>2012-02-29 22:24:39 -0500
commit063b0ee4026fe87ead0c5528b9c3186635268ec7 (patch)
tree4eb73a8846491e03a8d56a65ba1850b31b624c1b /drivers/cpufreq
parent09cee1ab0efc91aa29dc82d15a48d85ae5868bc6 (diff)
[CPUFREQ] Fix exposure of ARM_EXYNOS4210_CPUFREQ
exynos4210-cpufreq.c is not buildable on non-exynos builds, so it's pointless allowing this option to be exposed. Fix this by adding a dependency on ARCH_EXYNOS. drivers/cpufreq/exynos4210-cpufreq.c:20:29: error: mach/regs-clock.h: No such file or directory drivers/cpufreq/exynos4210-cpufreq.c:21:26: error: mach/cpufreq.h: No such file or directory Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Cc: cpufreq@vger.kernel.org Cc: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r--drivers/cpufreq/Kconfig.arm1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
index e0664fed018a..c8bde43281c7 100644
--- a/drivers/cpufreq/Kconfig.arm
+++ b/drivers/cpufreq/Kconfig.arm
@@ -34,6 +34,7 @@ config ARM_EXYNOS_CPUFREQ
34 34
35config ARM_EXYNOS4210_CPUFREQ 35config ARM_EXYNOS4210_CPUFREQ
36 bool "Samsung EXYNOS4210" 36 bool "Samsung EXYNOS4210"
37 depends on ARCH_EXYNOS
37 help 38 help
38 This adds the CPUFreq driver for Samsung EXYNOS4210 39 This adds the CPUFreq driver for Samsung EXYNOS4210
39 SoC (S5PV310 or S5PC210). 40 SoC (S5PV310 or S5PC210).