From 6118dbe0a3fcc775090698fc961b865a7f93d355 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 20 Jan 2026 14:26:12 +0000 Subject: [PATCH] mb/starlabs/*: Set bluetooth_rdt3 to disabled by default Change-Id: I78e526722446110821256698922c2a39eab24c9f Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/90835 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/common/include/common/cfr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/starlabs/common/include/common/cfr.h b/src/mainboard/starlabs/common/include/common/cfr.h index faf9887b1f..1b89642133 100644 --- a/src/mainboard/starlabs/common/include/common/cfr.h +++ b/src/mainboard/starlabs/common/include/common/cfr.h @@ -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({