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:
parent
914f50552f
commit
3c43301185
|
@ -56,9 +56,9 @@
|
||||||
type: bool
|
type: bool
|
||||||
help: Enable or disable the built-in microphone
|
help: Enable or disable the built-in microphone
|
||||||
legacy_8254_timer:
|
legacy_8254_timer:
|
||||||
displayName: Clock Gating
|
displayName: Legacy 8254 Timer
|
||||||
type: bool
|
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:
|
usb_always_on:
|
||||||
displayName: USB Always On
|
displayName: USB Always On
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Reference in New Issue