summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-09-12 20:59:56 +0200
committerGitHub <noreply@github.com>2024-09-12 20:59:56 +0200
commit8f0a70cff733ade52a4c17b9e5062e5134098c1e (patch)
tree60c9f1c15a6b119b2fde82d6f1e7eace74e2792c /interface-definitions
parentad611f4c70b7f9cc9781cd7d350e261dbae8c077 (diff)
parent9fcf711e669f00df8313887a801130f4bb3826df (diff)
downloadvyos-1x-8f0a70cff733ade52a4c17b9e5062e5134098c1e.tar.gz
vyos-1x-8f0a70cff733ade52a4c17b9e5062e5134098c1e.zip
Merge pull request #4046 from nvollmar/T6703
T6703: Adds option to configure AMD pstate driver
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/system_option.xml.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/interface-definitions/system_option.xml.in b/interface-definitions/system_option.xml.in
index e78a53552..dc9958ff5 100644
--- a/interface-definitions/system_option.xml.in
+++ b/interface-definitions/system_option.xml.in
@@ -49,6 +49,26 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="amd-pstate-driver">
+ <properties>
+ <help>Enables and configures pstate driver for AMD Ryzen and Epyc CPUs</help>
+ <completionHelp>
+ <list>active passive guided</list>
+ </completionHelp>
+ <valueHelp>
+ <format>active</format>
+ <description>The firmware controls performance states and the system governor has no effect</description>
+ </valueHelp>
+ <valueHelp>
+ <format>passive</format>
+ <description>Allow the system governor to manage performance states</description>
+ </valueHelp>
+ <valueHelp>
+ <format>guided</format>
+ <description>The firmware controls performance states guided by the system governor</description>
+ </valueHelp>
+ </properties>
+ </leafNode>
<node name="debug">
<properties>
<help>Dynamic debugging for kernel module</help>