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>
This commit is contained in:
Alexander Shiyan 2013-04-04 10:03:57 +09:00 committed by Kukjin Kim
parent 1c13786d81
commit fb278af74b
1 changed files with 1 additions and 1 deletions

View File

@ -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