summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-07-01 19:05:08 -0600
committerTom Rini <[email protected]>2025-07-10 08:41:07 -0600
commit1645f9f979e58b032a1e2f35b7d885fa9d91980a (patch)
treebb55fdd91a5908254af78049529992c24bd3cbe6 /cmd/Kconfig
parente7342decd5ec1e55126e16cb761c61289c150a1b (diff)
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 <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.