mb/starlabs/common/cfr: Adjust help text for S0IX
S3 now works on Windows, so don't recommend switching to S0IX. Change-Id: I5f5dac0f2bf5eddbfef041b12a134bb70fdd7577 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90125 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
541fd14fd9
commit
a56a97d167
1 changed files with 1 additions and 2 deletions
|
|
@ -113,8 +113,7 @@ static const struct sm_object s0ix_enable = SM_DECLARE_BOOL({
|
|||
.ui_name = "Modern Standby (S0ix)",
|
||||
.ui_helptext = "Enabled: Use S0ix for device sleep.\n"
|
||||
"Disabled: Use ACPI S3 for device sleep.\n"
|
||||
"Requires Intel ME to be enabled.\n"
|
||||
"Recommended: Enabled when booting Windows, disabled otherwise.",
|
||||
"Requires Intel ME to be enabled.",
|
||||
.default_value = false,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue