mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <trini@konsulko.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user