From a56a97d16707f2e00f6cf163c08053c0508d7d8a Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 19 Nov 2025 14:21:37 +0000 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90125 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/common/include/common/cfr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mainboard/starlabs/common/include/common/cfr.h b/src/mainboard/starlabs/common/include/common/cfr.h index 6566ce6e96..4a081c3c31 100644 --- a/src/mainboard/starlabs/common/include/common/cfr.h +++ b/src/mainboard/starlabs/common/include/common/cfr.h @@ -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, });