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>
This commit is contained in:
Sean Rhodes 2022-06-23 11:40:17 +01:00 committed by Paul Fagerburg
parent 914f50552f
commit 3c43301185
1 changed files with 2 additions and 2 deletions

View File

@ -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