mb/starlabs/labtop: Disable legacy_8254_timer by default
It was enabled due to known compatibility issues with Qubes OS. Since the release of R4.1.0, this issue is no longer present so it can be disabled. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Iab6048dc93112b9365f0c2b46225569073eb32f3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61861 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Andy Pont <andy.pont@sdcsystems.com> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
b7840ed815
commit
352ef9f51c
|
@ -12,7 +12,7 @@ smi_handler=Enable
|
||||||
wireless=Enable
|
wireless=Enable
|
||||||
webcam=Enable
|
webcam=Enable
|
||||||
microphone=Enable
|
microphone=Enable
|
||||||
legacy_8254_timer=Enable
|
legacy_8254_timer=Disable
|
||||||
usb_always_on=Disable
|
usb_always_on=Disable
|
||||||
thunderbolt=Disable
|
thunderbolt=Disable
|
||||||
# EC
|
# EC
|
||||||
|
|
Loading…
Reference in New Issue