Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: caam - add ARCH_LAYERSCAPE to supported architectures

This basically adds support for ls1043a platform.

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Horia Geantă and committed by
Herbert Xu
9e217795 261ea058

+1 -1
+1 -1
drivers/crypto/caam/Kconfig
··· 1 1 config CRYPTO_DEV_FSL_CAAM 2 2 tristate "Freescale CAAM-Multicore driver backend" 3 - depends on FSL_SOC || ARCH_MXC 3 + depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE 4 4 help 5 5 Enables the driver module for Freescale's Cryptographic Accelerator 6 6 and Assurance Module (CAAM), also known as the SEC version 4 (SEC4).