cpufreq: s3c24xx: fix "depends on ARM_S3C24XX" in Kconfig
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 14 Jul 2013 12:02:19 +0000 (14:02 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 16 Jul 2013 19:52:22 +0000 (21:52 +0200)
commit3715534adf899bfc842868865f13a001b8aa4692
tree123cdb45628d7b7b88efae6ec8009892b60a5d32
parent4a6c41083df3bf4ad828c45e5f8ee1a224d537c6
cpufreq: s3c24xx: fix "depends on ARM_S3C24XX" in Kconfig

Kconfig symbol S3C24XX_PLL depends on ARM_S3C24XX.  But that symbol
doesn't exist.  Commit f023f8dd59bf ("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 <pebolle@tiscali.nl>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
arch/arm/mach-s3c24xx/Kconfig