mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
linux5.5: fix a warning on x86_64.
CONFIG_X86_INTEL_PSTATE cannot be a module, enable it. [ci skip]
This commit is contained in:
parent
b4a74e9d52
commit
f9de57173d
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
|
|||
#
|
||||
# CPU frequency scaling drivers
|
||||
#
|
||||
CONFIG_X86_INTEL_PSTATE=m
|
||||
CONFIG_X86_INTEL_PSTATE=y
|
||||
CONFIG_X86_PCC_CPUFREQ=m
|
||||
CONFIG_X86_ACPI_CPUFREQ=m
|
||||
CONFIG_X86_ACPI_CPUFREQ_CPB=y
|
||||
|
|
Loading…
Add table
Reference in a new issue