diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2016-09-09 16:48:07 +0530 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-09-13 02:39:12 +0200 |
commit | 33cc4fc1b2147ee3cf36d02c1106456cb276c043 (patch) | |
tree | 5f69055d08709b01c86b609b80149ca91e275f71 /drivers/cpufreq | |
parent | e86eee6bc2aaa6b3637f6497b26beee09a91bde9 (diff) | |
download | talos-obmc-linux-33cc4fc1b2147ee3cf36d02c1106456cb276c043.tar.gz talos-obmc-linux-33cc4fc1b2147ee3cf36d02c1106456cb276c043.zip |
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>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/Kconfig | 2 |
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 help This adds a generic DT based cpufreq driver for frequency management. It supports both uniprocessor (UP) and symmetric multiprocessor (SMP) - systems which share clock and voltage across all CPUs. + systems. If in doubt, say N. |