diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 18:16:35 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-21 20:03:32 -0500 |
commit | 82c1871245fc6626a0e2f127b4fd202698541c40 (patch) | |
tree | 351d2162f6ce3f40e7a7097317f81bfe03526e99 /arch/arm/mach-s3c24xx/Kconfig | |
parent | 98713e401f5cfc2a6c7cdea71b8b71c462a195ce (diff) |
ARM: S3C24XX: Move mach-s3c2410/ pll into mach-s3c24xx/
This patch moves mach-s3c2410/pll into mach-s3c24xx/
and removes arch/arm/mach-s3c2410/ directory in kernel.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 04921b91da0d..5cc740c07457 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
@@ -134,6 +134,13 @@ config S3C2410_CPUFREQ | |||
134 | help | 134 | help |
135 | CPU Frequency scaling support for S3C2410 | 135 | CPU Frequency scaling support for S3C2410 |
136 | 136 | ||
137 | config S3C2410_PLL | ||
138 | bool | ||
139 | depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL | ||
140 | default y | ||
141 | help | ||
142 | Select the PLL table for the S3C2410 | ||
143 | |||
137 | config S3C24XX_SIMTEC_NOR | 144 | config S3C24XX_SIMTEC_NOR |
138 | bool | 145 | bool |
139 | help | 146 | help |