mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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
This commit is contained in:
commit
3744b08449
|
|
@ -325,8 +325,6 @@ config QORIQ_CPUFREQ
|
|||
This adds the CPUFreq driver support for Freescale QorIQ SoCs
|
||||
which are capable of changing the CPU's frequency dynamically.
|
||||
|
||||
endif
|
||||
|
||||
config ACPI_CPPC_CPUFREQ
|
||||
tristate "CPUFreq driver based on the ACPI CPPC spec"
|
||||
depends on ACPI_PROCESSOR
|
||||
|
|
@ -355,4 +353,6 @@ config ACPI_CPPC_CPUFREQ_FIE
|
|||
|
||||
If in doubt, say N.
|
||||
|
||||
endif
|
||||
|
||||
endmenu
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user