[PATCH] crypto: fsl: Hide CAAM_64BIT symbol behind FSL_CAAM
Marek Vasut
marek.vasut+renesas at mailbox.org
Sun Jun 21 04:40:23 CEST 2026
Make CAAM_64BIT selectable only in case FSL_CAAM is selected,
otherwise CAAM_64BIT shows up in configs of unrelated platforms.
Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Gaurav Jain <gaurav.jain at nxp.com>
Cc: Heiko Schocher <hs at nabladev.com>
Cc: Peng Fan <peng.fan at nxp.com>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
drivers/crypto/fsl/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/crypto/fsl/Kconfig b/drivers/crypto/fsl/Kconfig
index eb01c6cf700..936e4d9b513 100644
--- a/drivers/crypto/fsl/Kconfig
+++ b/drivers/crypto/fsl/Kconfig
@@ -20,6 +20,7 @@ config SYS_FSL_MAX_NUM_OF_SEC
config CAAM_64BIT
bool
+ depends on FSL_CAAM
default y if PHYS_64BIT && !ARCH_IMX8M && !ARCH_IMX8
help
Select Crypto driver for 64 bits CAAM version
--
2.53.0
More information about the U-Boot
mailing list