diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-05 20:33:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 20:33:54 +0100 |
commit | 91a48de5f169519025826bb1783706055fdf5dfd (patch) | |
tree | 5bf188b73883621e2dcf92269933ab2f98b59c75 /interface-definitions | |
parent | 51a0d5d9ed3fc2d8f66935cd82fc945b5ff28e51 (diff) | |
parent | 3a3e0dff4ff1f80835eca6b2362d792e3ecacc8e (diff) | |
download | vyos-1x-91a48de5f169519025826bb1783706055fdf5dfd.tar.gz vyos-1x-91a48de5f169519025826bb1783706055fdf5dfd.zip |
Merge pull request #3093 from c-po/kernel-T2447
T2447: add configurable kernel boot option 'disable-power-saving'
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system_option.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/system_option.xml.in b/interface-definitions/system_option.xml.in index 602d7d100..fe517d17d 100644 --- a/interface-definitions/system_option.xml.in +++ b/interface-definitions/system_option.xml.in @@ -43,6 +43,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="disable-power-saving"> + <properties> + <help>Disable CPU power saving mechanisms also known as C states</help> + <valueless/> + </properties> + </leafNode> </children> </node> <leafNode name="keyboard-layout"> |