source: general/sysutils/power-profiles-daemon-kernel.xml@ 2a406a80

lazarus trunk
Last change on this file since 2a406a80 was 41eefd36, checked in by Xi Ruoyao <xry111@…>, 3 months ago

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.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4<!-- Automatically generated by kernel-config.py
5 DO NOT EDIT! -->
6<screen><emphasis role='blue'>P</emphasis>ower management and ACPI options ---&gt;
7 <emphasis role='blue'>C</emphasis>PU Frequency scaling ---&gt;
8 -*- <emphasis role='blue'>C</emphasis>PU Frequency scaling [CPU_FREQ]
9 -*- '<emphasis role='blue'>p</emphasis>erformance' governor [CPU_FREQ_GOV_PERFORMANCE]
10 &lt;*/M&gt; '<emphasis role='blue'>p</emphasis>owersave' governor [CPU_FREQ_GOV_POWERSAVE]
11 # Select if CPU is Intel:
12 [ /*] <emphasis role='blue'>I</emphasis>ntel P state control [X86_INTEL_PSTATE]
13 # Select if CPU is AMD:
14 [ /*] <emphasis role='blue'>A</emphasis>MD Processor P-State driver [X86_AMD_PSTATE]
15
16<emphasis role='blue'>D</emphasis>evice Drivers ---&gt;
17 # Some drivers under this submenu provide "platform profile" support
18 # and power-profiles-daemon can take advantage from platform profiles;
19 # select a driver if suitable for your platform:
20 [ /*] <emphasis role='blue'>X</emphasis>86 Platform Specific Device Drivers ---&gt; [X86_PLATFORM_DEVICES]</screen>
Note: See TracBrowser for help on using the repository browser.