Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: Move endif to the end of Kconfig file

It is possible to enable few cpufreq drivers, without the framework
being enabled. This happened due to a bug while moving the entries
earlier. Fix it.

Fixes: 7ee1378736f0 ("cpufreq: Move CPPC configs to common Kconfig and add RISC-V")
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://patch.msgid.link/84ac7a8fa72a8fe20487bb0a350a758bce060965.1736488384.git.viresh.kumar@linaro.org
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Viresh Kumar and committed by
Rafael J. Wysocki
7e265fc0 5bc55a33

+2 -2
+2 -2
drivers/cpufreq/Kconfig
··· 325 325 This adds the CPUFreq driver support for Freescale QorIQ SoCs 326 326 which are capable of changing the CPU's frequency dynamically. 327 327 328 - endif 329 - 330 328 config ACPI_CPPC_CPUFREQ 331 329 tristate "CPUFreq driver based on the ACPI CPPC spec" 332 330 depends on ACPI_PROCESSOR ··· 352 354 by using CPPC delivered and reference performance counters. 353 355 354 356 If in doubt, say N. 357 + 358 + endif 355 359 356 360 endmenu