cmd/Kconfig: Tighten dependencies on CMD_BLOB
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:05:11 +0000 (19:05 -0600)
committerFabio Estevam <festevam@gmail.com>
Thu, 10 Jul 2025 11:02:11 +0000 (08:02 -0300)
commit097e01d56f5689f62e9a86951331024971047968
treea17aa5b0a1570f68bc6266dfd4485c68fcd28a83
parent2a7acc865b9d2a9bb547a02df01b7930219dfca9
cmd/Kconfig: Tighten dependencies on CMD_BLOB

In order for this command to build we need to compile
drivers/crypto/fsl/fsl_blob.c and this in turn includes
drivers/crypto/fsl/jr.h which references "ccsr_sec_t" which is only a
defined type for SYS_FSL_SEC_COMPAT >= 4. Express that requirement in
Kconfig as well.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
cmd/Kconfig