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:
parent
60c8496afe
commit
6118dbe0a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue