diff options
Diffstat (limited to '')
-rw-r--r-- | fragments/cpu/amd | 1 | ||||
-rw-r--r-- | fragments/cpu/freq/amd-pstate (renamed from fragments/cpu/amd-zen3) | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/fragments/cpu/amd b/fragments/cpu/amd index e773987..89767aa 100644 --- a/fragments/cpu/amd +++ b/fragments/cpu/amd @@ -6,7 +6,6 @@ CONFIG_CPU_SUP_AMD=y # CONFIG_CPU_SUP_ZHAOXIN is not set CONFIG_MK8=y -CONFIG_X86_ACPI_CPUFREQ=y CONFIG_X86_AMD_PLATFORM_DEVICE=y CONFIG_PERF_EVENTS_AMD_POWER=y diff --git a/fragments/cpu/amd-zen3 b/fragments/cpu/freq/amd-pstate index 377cfef..3c3302e 100644 --- a/fragments/cpu/amd-zen3 +++ b/fragments/cpu/freq/amd-pstate @@ -1 +1,2 @@ +CONFIG_CPU_FREQ=y CONFIG_X86_AMD_PSTATE=y |