From: Marek Vasut Date: Sun, 21 Jun 2026 02:40:23 +0000 (+0200) Subject: crypto: fsl: Hide CAAM_64BIT symbol behind FSL_CAAM X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=69879030f70d96f02018c923ea740e00bc9cbca4;p=thirdparty%2Fu-boot.git crypto: fsl: Hide CAAM_64BIT symbol behind FSL_CAAM 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 Reviewed-by: Tom Rini Reviewed-by: Peng Fan Reviewed-by: Heiko Schocher Signed-off-by: Peng Fan --- diff --git a/drivers/crypto/fsl/Kconfig b/drivers/crypto/fsl/Kconfig index 1398b0033f0..244a9bd905d 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