Skip to content

Commit 3715534

Browse files
pebollerafaeljw
authored andcommitted
cpufreq: s3c24xx: fix "depends on ARM_S3C24XX" in Kconfig
Kconfig symbol S3C24XX_PLL depends on ARM_S3C24XX. But that symbol doesn't exist. Commit f023f8d ("cpufreq: s3c24xx: move cpufreq driver to drivers/cpufreq"), which added this issue, makes it clear that ARM_S3C24XX_CPUFREQ was intended here. Signed-off-by: Paul Bolle <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 4a6c410 commit 3715534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-s3c24xx/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ config S3C24XX_GPIO_EXTRA128
208208

209209
config S3C24XX_PLL
210210
bool "Support CPUfreq changing of PLL frequency (EXPERIMENTAL)"
211-
depends on ARM_S3C24XX
211+
depends on ARM_S3C24XX_CPUFREQ
212212
help
213213
Compile in support for changing the PLL frequency from the
214214
S3C24XX series CPUfreq driver. The PLL takes time to settle

0 commit comments

Comments
 (0)