cmd/Kconfig: Tighten dependencies on CMD_SEAMA
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:05:08 +0000 (19:05 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Jul 2025 14:41:07 +0000 (08:41 -0600)
commit1645f9f979e58b032a1e2f35b7d885fa9d91980a
treebb55fdd91a5908254af78049529992c24bd3cbe6
parente7342decd5ec1e55126e16cb761c61289c150a1b
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>
cmd/Kconfig