aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c24xx
diff options
context:
space:
mode:
authorAlexander Shiyan <[shc_work@mail.ru]>2013-04-04 10:04:00 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-04-04 10:04:00 +0900
commita4e4d22c6f53088e5fc70cc94e82707fe93ed0c0 (patch)
tree66dc4dcd3777de913370a44c837dc75180f74791 /arch/arm/mach-s3c24xx
parentfb278af74b28975fe7cff92209bbbf1799e0b795 (diff)
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>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 417dc44349c..8d5fa6ece01 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/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