diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 15:24:34 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 17:04:21 -0800 |
commit | dbb8fd34c401b3526ccaab5a490088d19ac3701e (patch) | |
tree | e406efa3930220ceab0f965c530734b470109fad /arch/arm/mach-s3c2412/Kconfig | |
parent | c896ba8883b689fa78e24d881d1387f65f9d3805 (diff) | |
download | op-kernel-dev-dbb8fd34c401b3526ccaab5a490088d19ac3701e.zip op-kernel-dev-dbb8fd34c401b3526ccaab5a490088d19ac3701e.tar.gz |
ARM: S3C24XX: Move mach-s3c2412/ cpufreq driver into mach-s3c24xx/
This patch moves mach-s3c2412/cpufreq driver into mach-s3c24xx/
and removes arch/arm/mach-s3c2412/ directory in kernel.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c2412/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2412/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-s3c2412/Kconfig b/arch/arm/mach-s3c2412/Kconfig deleted file mode 100644 index 495f692..0000000 --- a/arch/arm/mach-s3c2412/Kconfig +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2007 Simtec Electronics -# -# Licensed under GPLv2 - -# Note, the S3C2412 IOtiming support is in plat-s3c24xx - -config S3C2412_CPUFREQ - bool - depends on CPU_FREQ_S3C24XX && CPU_S3C2412 - default y - select S3C2412_IOTIMING - help - CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs. |