diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 17:51:08 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 18:40:23 -0500 |
commit | 98713e401f5cfc2a6c7cdea71b8b71c462a195ce (patch) | |
tree | ccc564abdd80a5c2a0b694b4fb0320b8ee78d253 /arch/arm/mach-s3c2410/Kconfig | |
parent | 3a71c5c375e29fc9c1493b5ead1cf36572139c3e (diff) |
ARM: S3C24XX: Move mach-s3c2410/ cpufreq into mach-s3c24xx/
Basically, the cpufreq driver for s3c2410 should be implemented into
drivers/cpufreq, but we don't need to keep the mach-s3c2410 directory.
So this patch moves current cpufreq driver into mach-s3c24xx/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 68d89cb96af0..910b8d29f0f4 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -4,13 +4,6 @@ | |||
4 | 4 | ||
5 | # cpu frequency scaling support | 5 | # cpu frequency scaling support |
6 | 6 | ||
7 | config S3C2410_CPUFREQ | ||
8 | bool | ||
9 | depends on CPU_FREQ_S3C24XX && CPU_S3C2410 | ||
10 | select S3C2410_CPUFREQ_UTILS | ||
11 | help | ||
12 | CPU Frequency scaling support for S3C2410 | ||
13 | |||
14 | config S3C2410_PLLTABLE | 7 | config S3C2410_PLLTABLE |
15 | bool | 8 | bool |
16 | depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL | 9 | depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL |