Skip to content

Commit 871f7c1

Browse files
vireshksmb49
authored andcommitted
cpufreq: Move endif to the end of Kconfig file
BugLink: https://bugs.launchpad.net/bugs/2100328 [ Upstream commit 7e265fc ] 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]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Noah Wager <[email protected]> Signed-off-by: Koichiro Den <[email protected]>
1 parent a12c81e commit 871f7c1

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
@@ -313,8 +313,6 @@ config QORIQ_CPUFREQ
313313
This adds the CPUFreq driver support for Freescale QorIQ SoCs
314314
which are capable of changing the CPU's frequency dynamically.
315315

316-
endif
317-
318316
config ACPI_CPPC_CPUFREQ
319317
tristate "CPUFreq driver based on the ACPI CPPC spec"
320318
depends on ACPI_PROCESSOR
@@ -343,4 +341,6 @@ config ACPI_CPPC_CPUFREQ_FIE
343341

344342
If in doubt, say N.
345343

344+
endif
345+
346346
endmenu

0 commit comments

Comments
 (0)