diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-15 11:59:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-15 11:59:44 +0200 |
commit | bc249af29b435a0099fdfb63465804482d8fe996 (patch) | |
tree | dc0403ac3caca1b7204b5b887339226ccee5d9c0 /interface-definitions/system_option.xml.in | |
parent | 99a8ab7db79c850800715cad2a67e2a962d7e601 (diff) | |
parent | 52a298d64efbfb0c0a7e8893c164037fcbb10963 (diff) | |
download | vyos-1x-bc249af29b435a0099fdfb63465804482d8fe996.tar.gz vyos-1x-bc249af29b435a0099fdfb63465804482d8fe996.zip |
Merge pull request #4058 from vyos/mergify/bp/circinus/pr-4046
T6703: Adds option to configure AMD pstate driver (backport #4046)
Diffstat (limited to 'interface-definitions/system_option.xml.in')
-rw-r--r-- | interface-definitions/system_option.xml.in | 20 |
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> |