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 <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89833 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
04d9a0d0f0
commit
4a806a6865
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue