mb/starlabs/*: Don't consider fan presence for default power profile
Set the default power profile to Performance, regardless of whether there is a fan present. Change-Id: Id1d624355f9f08b5abb154e26026e70675322ddb Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91497 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
parent
19df8826d7
commit
56f588eec6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue