Skip to content

Commit 3744b08

Browse files
committed
Merge branch 'pm-cpufreq'
Merge a cpufreq fix for 6.13: - Fix cpufreq Kconfig breakage after previous changes (Viresh Kumar). * pm-cpufreq: cpufreq: Move endif to the end of Kconfig file
2 parents 5a597a1 + 7e265fc commit 3744b08

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)