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({