diff --git a/src/mainboard/starlabs/common/include/common/cfr.h b/src/mainboard/starlabs/common/include/common/cfr.h index 0deb7eeb7e..89405fd2b7 100644 --- a/src/mainboard/starlabs/common/include/common/cfr.h +++ b/src/mainboard/starlabs/common/include/common/cfr.h @@ -103,7 +103,7 @@ static const struct sm_object power_profile = SM_DECLARE_ENUM({ .opt_name = "power_profile", .ui_name = "Power Profile", .ui_helptext = "Select whether to maximize performance, battery life or both.", - .default_value = CONFIG(EC_STARLABS_FAN) ? PP_PERFORMANCE : PP_BALANCED, + .default_value = PP_PERFORMANCE, .values = (const struct sm_enum_value[]) { { "Power Saver", PP_POWER_SAVER }, { "Balanced", PP_BALANCED },