From: Viresh Kumar Date: Fri, 9 Sep 2016 11:18:07 +0000 (+0530) Subject: cpufreq: dt: Update kconfig description X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=33cc4fc1b2147ee3cf36d02c1106456cb276c043;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- 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.