Browse Source

ARM: S3C24XX: Removed unneeded dependency on CPU_S3C2412

S3C2412 boards are already under "if CPU_S3C2412" 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 years ago
parent
commit
a4e4d22c6f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/arm/mach-s3c24xx/Kconfig

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

@@ -376,12 +376,12 @@ if CPU_S3C2412
 config CPU_S3C2412_ONLY
 	bool
 	depends on !CPU_S3C2410 && !CPU_S3C2416 && !CPU_S3C2440 && \
-		   !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
+		   !CPU_S3C2442 && !CPU_S3C2443
 	default y
 
 config S3C2412_CPUFREQ
 	bool
-	depends on CPU_FREQ_S3C24XX && CPU_S3C2412
+	depends on CPU_FREQ_S3C24XX
 	default y
 	select S3C2412_IOTIMING
 	help