Skip to content

Commit 350cdfe

Browse files
Steve Corneliusherbertx
authored andcommitted
crypto: caam - Enable MXC devices to select CAAM driver in Kconfig
Allow CAAM to be selected in the kernel for Freescale i.MX devices if ARCH_MXC is enabled. Signed-off-by: Steve Cornelius <[email protected]> Signed-off-by: Victoria Milhoan <[email protected]> Tested-by: Horia Geantă <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent b15e9ea commit 350cdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/caam/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config CRYPTO_DEV_FSL_CAAM
22
tristate "Freescale CAAM-Multicore driver backend"
3-
depends on FSL_SOC
3+
depends on FSL_SOC || ARCH_MXC
44
help
55
Enables the driver module for Freescale's Cryptographic Accelerator
66
and Assurance Module (CAAM), also known as the SEC version 4 (SEC4).

0 commit comments

Comments
 (0)