From 3c43301185780a0644928f7e97e65582f75c9d4d Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Thu, 23 Jun 2022 11:40:17 +0100 Subject: 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 Change-Id: I866a15886d1cfd2b77094742787dee7a36a54e85 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65348 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- util/coreboot-configurator/src/application/qrc/categories.yaml | 4 ++-- 1 file 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 dc0e38bccd05..d9ed2111c83d 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 -- cgit v1.2.3