ec/starlabs/merlin: Correct Kconfig dependancies
MAX_CHARGE and FAN aren't available for the Nuvoton EC, so remove the dependency. Change-Id: Ie087b1c4503a397621b8fd714564cc082150d7a6 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89909 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0d35c3fcc3
commit
649a6a591b
1 changed files with 2 additions and 2 deletions
|
|
@ -40,14 +40,14 @@ config EC_STARLABS_KBL_LEVELS
|
|||
config EC_STARLABS_FAN
|
||||
bool
|
||||
default n
|
||||
depends on EC_STARLABS_ITE || EC_STARLABS_NUVOTON
|
||||
depends on EC_STARLABS_ITE
|
||||
help
|
||||
Select if the mainboard has a fan.
|
||||
|
||||
config EC_STARLABS_MAX_CHARGE
|
||||
bool
|
||||
default n
|
||||
depends on EC_STARLABS_ITE || EC_STARLABS_NUVOTON
|
||||
depends on EC_STARLABS_ITE
|
||||
help
|
||||
Select if the mainboard supports limiting the maximum charge of the battery.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue