Skip to content

Commit 47f87e3

Browse files
committed
cpufreq: Move endif to the end of Kconfig file
JIRA: https://issues.redhat.com/browse/RHEL-112816 commit 7e265fc Author: Viresh Kumar <viresh.kumar@linaro.org> Date: Fri Jan 10 11:23:10 2025 +0530 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 <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> Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
1 parent 7dc6fd1 commit 47f87e3

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

336-
endif
337-
338336
config ACPI_CPPC_CPUFREQ
339337
tristate "CPUFreq driver based on the ACPI CPPC spec"
340338
depends on ACPI_PROCESSOR
@@ -363,4 +361,6 @@ config ACPI_CPPC_CPUFREQ_FIE
363361

364362
If in doubt, say N.
365363

364+
endif
365+
366366
endmenu

0 commit comments

Comments
 (0)