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:
parent
1c13786d81
commit
fb278af74b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue