Skip to content

Commit 7e265fc

Browse files
vireshkrafaeljw
authored andcommitted
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: 7ee1378 ("cpufreq: Move CPPC configs to common Kconfig and add RISC-V") Signed-off-by: Viresh Kumar <[email protected]> Reviewed-by: Pierre Gondois <[email protected]> Reviewed-by: Sunil V L <[email protected]> Reviewed-by: Sudeep Holla <[email protected]> Link: https://patch.msgid.link/84ac7a8fa72a8fe20487bb0a350a758bce060965.1736488384.git.viresh.kumar@linaro.org Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 5bc55a3 commit 7e265fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/cpufreq/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,6 @@ config QORIQ_CPUFREQ
325325
This adds the CPUFreq driver support for Freescale QorIQ SoCs
326326
which are capable of changing the CPU's frequency dynamically.
327327

328-
endif
329-
330328
config ACPI_CPPC_CPUFREQ
331329
tristate "CPUFreq driver based on the ACPI CPPC spec"
332330
depends on ACPI_PROCESSOR
@@ -355,4 +353,6 @@ config ACPI_CPPC_CPUFREQ_FIE
355353

356354
If in doubt, say N.
357355

356+
endif
357+
358358
endmenu

0 commit comments

Comments
 (0)