瀏覽代碼

ARM: S3C24XX: Removed unneeded dependency on CPU_S3C2410

S3C2410 boards are already under "if CPU_S3C2410" condition, so
additional dependencies on this symbol can be removed.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Alexander Shiyan 12 年之前
父節點
當前提交
fb278af74b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/mach-s3c24xx/Kconfig

+ 1 - 1
arch/arm/mach-s3c24xx/Kconfig

@@ -229,7 +229,7 @@ if CPU_S3C2410
 
 
 config S3C2410_CPUFREQ
 config S3C2410_CPUFREQ
 	bool
 	bool
-	depends on CPU_FREQ_S3C24XX && CPU_S3C2410
+	depends on CPU_FREQ_S3C24XX
 	select S3C2410_CPUFREQ_UTILS
 	select S3C2410_CPUFREQ_UTILS
 	help
 	help
 	  CPU Frequency scaling support for S3C2410
 	  CPU Frequency scaling support for S3C2410