mb/starlabs/*: Set bluetooth_rdt3 to disabled by default

Change-Id: I78e526722446110821256698922c2a39eab24c9f
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90835
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Sean Rhodes 2026-01-20 14:26:12 +00:00
commit 6118dbe0a3

View file

@ -28,7 +28,7 @@ static const struct sm_object bluetooth_rtd3 = SM_DECLARE_BOOL({
.ui_name = "Bluetooth Runtime-D3",
.ui_helptext = "Enable or disable Bluetooth power optimization.\n"
"Recommended to disable when booting Windows.",
.default_value = true,
.default_value = false,
});
static const struct sm_object card_reader = SM_DECLARE_BOOL({