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:
Sean Rhodes 2025-11-04 20:45:19 +00:00
commit 649a6a591b

View file

@ -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.