diff options
| author | Tom Rini <[email protected]> | 2026-07-06 12:00:26 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-06 12:00:26 -0600 |
| commit | a18265f1ccb7a272721ed4286ed3b5a6182ff424 (patch) | |
| tree | 208b16bf4bb56da3fd72dae6d67e18c224cb6e1a /drivers/crypto | |
| parent | 2569e25ddd5aa323cd87c7a3819c3a4f4b32302f (diff) | |
| parent | c9beb84a376853078e62f385447672fc7e8cd819 (diff) | |
Merge tag 'fsl-qoriq-next-2026-07-06' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq into nextnext
CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/30622
- ls1028ardb: Move environment variables from header to .env file
- crypto: fsl: Hide CAAM_64BIT symbol behind FSL_CAAM dependency
- gpio: mpc8xxx: Add set_flags/get_flags ops
- power: domain: scmi: Allow failure in getting power domain attribute
Diffstat (limited to 'drivers/crypto')
| -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 |
