aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2016-09-09 07:18:07 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-09-12 20:39:12 -0400
commit33cc4fc1b2147ee3cf36d02c1106456cb276c043 (patch)
tree5f69055d08709b01c86b609b80149ca91e275f71
parente86eee6bc2aaa6b3637f6497b26beee09a91bde9 (diff)
cpufreq: dt: Update kconfig description
The cpufreq DT driver also supports systems that have multiple clock/voltage domains for CPUs, i.e. multiple policy systems. The description of the Kconfig entry was never updated after the driver was modified to support such systems, fix it. Reported-by: Juri Lelli <Juri.Lelli@arm.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r--drivers/cpufreq/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
index 74919aa81dcb..9be9013c2914 100644
--- a/drivers/cpufreq/Kconfig
+++ b/drivers/cpufreq/Kconfig
@@ -225,7 +225,7 @@ config CPUFREQ_DT
225 help 225 help
226 This adds a generic DT based cpufreq driver for frequency management. 226 This adds a generic DT based cpufreq driver for frequency management.
227 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) 227 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP)
228 systems which share clock and voltage across all CPUs. 228 systems.
229 229
230 If in doubt, say N. 230 If in doubt, say N.
231 231