glfs/general/sysutils/power-profiles-daemon-kernel.xml
Xi Ruoyao 41eefd36f1
kernel-config: power-profiles-daemon: Adjust
Remove "AMD P-State Self Test" as it's only for debugging.  Adjust some
forced settings as X86_INTEL_PSTATE may be unset if SCHED_MC unset.
Mention X86 Platform Specific Device Drivers may provide platform
profile support (actually more powerful than CPUFreq).

Also fix a glitch in kernel-config.py so it won't mark "'" as hotkey
anymore.
2024-02-28 04:06:52 +08:00

21 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- Automatically generated by kernel-config.py
DO NOT EDIT! -->
<screen><emphasis role='blue'>P</emphasis>ower management and ACPI options ---&gt;
<emphasis role='blue'>C</emphasis>PU Frequency scaling ---&gt;
-*- <emphasis role='blue'>C</emphasis>PU Frequency scaling [CPU_FREQ]
-*- '<emphasis role='blue'>p</emphasis>erformance' governor [CPU_FREQ_GOV_PERFORMANCE]
&lt;*/M&gt; '<emphasis role='blue'>p</emphasis>owersave' governor [CPU_FREQ_GOV_POWERSAVE]
# Select if CPU is Intel:
[ /*] <emphasis role='blue'>I</emphasis>ntel P state control [X86_INTEL_PSTATE]
# Select if CPU is AMD:
[ /*] <emphasis role='blue'>A</emphasis>MD Processor P-State driver [X86_AMD_PSTATE]
<emphasis role='blue'>D</emphasis>evice Drivers ---&gt;
# Some drivers under this submenu provide "platform profile" support
# and power-profiles-daemon can take advantage from platform profiles;
# select a driver if suitable for your platform:
[ /*] <emphasis role='blue'>X</emphasis>86 Platform Specific Device Drivers ---&gt; [X86_PLATFORM_DEVICES]</screen>