From 4a806a68651e9242a11ea06a6bc5e8cd7b9cefaa Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 30 Oct 2025 15:18:03 +0100 Subject: [PATCH] ec/starlabs/merlin: Only show EC FW options for ITE EC The `EC_STARLABS_ADD_ITE_BIN` Kconfig option is only meaningful on Star Labs boards with an ITE EC, i.e. those with `EC_STARLABS_ITE` selected. So, add a "depends on" line so that the former option is only visible on applicable boards. TEST=`EC_STARLABS_ADD_ITE_BIN` no longer shows up for qemu-q35. Change-Id: Ifb40d8b432d2abeadba2a970010dac126e4b7418 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/89833 Tested-by: build bot (Jenkins) Reviewed-by: Sean Rhodes --- src/ec/starlabs/merlin/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ec/starlabs/merlin/Kconfig b/src/ec/starlabs/merlin/Kconfig index 5e22cb00d1..12c4600b42 100644 --- a/src/ec/starlabs/merlin/Kconfig +++ b/src/ec/starlabs/merlin/Kconfig @@ -20,6 +20,7 @@ config EC_STARLABS_ITE config EC_STARLABS_ADD_ITE_BIN bool "Add Star Labs EC binary file" default n + depends on EC_STARLABS_ITE help Select to add an EC firmware binary into the coreboot image. EC firmware is necessary, flashing a coreboot image without EC firmware will render