diff options
| author | Marek Vasut <[email protected]> | 2026-06-21 04:40:23 +0200 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2026-07-06 10:20:34 +0800 |
| commit | 69879030f70d96f02018c923ea740e00bc9cbca4 (patch) | |
| tree | fc6c060962bdf2ac47139640c775d2d0574886ab | |
| parent | d74dea04e3a15d38d6139776cdda99c376e9e3e9 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | drivers/crypto/fsl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
