From: Tom Rini Date: Wed, 2 Jul 2025 01:05:08 +0000 (-0600) Subject: cmd/Kconfig: Tighten dependencies on CMD_SEAMA X-Git-Tag: v2025.10-rc1~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1645f9f979e58b032a1e2f35b7d885fa9d91980a;p=thirdparty%2Fu-boot.git cmd/Kconfig: Tighten dependencies on CMD_SEAMA In order to build this command we need to have configured some other board specific features. Express that requirement in Kconfig as well. Signed-off-by: Tom Rini --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 313db793f1b..2d3a8062625 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -414,7 +414,7 @@ config BOOTM_RTEMS config CMD_SEAMA bool "Support read SEAMA NAND images" - depends on MTD_RAW_NAND + depends on (TARGET_BCMNS || TARGET_BCMNS3) && MTD_RAW_NAND help Support reading NAND Seattle Image (SEAMA) images.