diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-06-06 18:43:01 -0700 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-07-13 18:29:53 -0400 |
commit | 15964d388528c1dbb672027c8003fe7e81630a35 (patch) | |
tree | 22f83e4346cb2921695109b872816d47b6f26a3b /drivers/cpufreq/Kconfig.arm | |
parent | 069283c3ec87e0abaa14f6bef96342b609f0fb92 (diff) |
[CPUFREQ] Move compile for S3C64XX cpufreq to /drivers/cpufreq
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq/Kconfig.arm')
-rw-r--r-- | drivers/cpufreq/Kconfig.arm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index e5c56c7b338..72a0044c1ba 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm @@ -2,6 +2,15 @@ # ARM CPU Frequency scaling drivers # +config ARM_S3C64XX_CPUFREQ + bool "Samsung S3C64XX" + depends on CPU_S3C6410 + default y + help + This adds the CPUFreq driver for Samsung S3C6410 SoC. + + If in doubt, say N. + config ARM_S5PV210_CPUFREQ bool "Samsung S5PV210 and S5PC110" depends on CPU_S5PV210 |