From 649a6a591bcde3eccda6f718fa4f51587ef9af44 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 4 Nov 2025 20:45:19 +0000 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/89909 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/ec/starlabs/merlin/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ec/starlabs/merlin/Kconfig b/src/ec/starlabs/merlin/Kconfig index 12c4600b42..01a02eb958 100644 --- a/src/ec/starlabs/merlin/Kconfig +++ b/src/ec/starlabs/merlin/Kconfig @@ -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.