From 3dc9bda0d5c0dd62f39d31e80fae922ebb875213 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Fri, 27 Sep 2024 10:58:30 +0200 Subject: fragments: Extract CPU frequency scaling configuration from cpu fragment There are now two new frequency-related profiles. A legacy "acpi" profile that activates frequency scaling and the default schedutil governor, and a newer "amd-pstate" profile that will use the new drivers for AMD Zen systems. --- fragments/cpu/freq/amd-pstate | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fragments/cpu/freq/amd-pstate (limited to 'fragments/cpu/freq/amd-pstate') diff --git a/fragments/cpu/freq/amd-pstate b/fragments/cpu/freq/amd-pstate new file mode 100644 index 0000000..3c3302e --- /dev/null +++ b/fragments/cpu/freq/amd-pstate @@ -0,0 +1,2 @@ +CONFIG_CPU_FREQ=y +CONFIG_X86_AMD_PSTATE=y -- cgit v1.2.3-2-gb3c3