diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-06-23 11:40:17 +0100 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2022-09-22 15:13:22 +0000 |
commit | 3c43301185780a0644928f7e97e65582f75c9d4d (patch) | |
tree | dacb77837722f004b5451bddaa90ba5ae08fb034 | |
parent | 914f50552f0332a6dce28fb0f879962679c530c1 (diff) |
util/coreboot-configurator: Update legacy_8254_timer description
The help text and label for legacy_8254_timer is inverted, so update
this so that it is correct.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I866a15886d1cfd2b77094742787dee7a36a54e85
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65348
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | util/coreboot-configurator/src/application/qrc/categories.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/coreboot-configurator/src/application/qrc/categories.yaml b/util/coreboot-configurator/src/application/qrc/categories.yaml index dc0e38bccd..d9ed2111c8 100644 --- a/util/coreboot-configurator/src/application/qrc/categories.yaml +++ b/util/coreboot-configurator/src/application/qrc/categories.yaml @@ -56,9 +56,9 @@ type: bool help: Enable or disable the built-in microphone legacy_8254_timer: - displayName: Clock Gating + displayName: Legacy 8254 Timer type: bool - help: Enable or disable the legacy 8254 timer. Reduces power consumption when enabled but must be disabled for certain distributions such as Qubes + help: Enable or disable the legacy 8254 timer. Enabling it increases power consumption by disabling clock gating, but increases compatibility with older Operating Systems usb_always_on: displayName: USB Always On type: bool |