summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/Kconfig
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2016-05-19 15:11:33 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2016-05-31 08:41:54 (GMT)
commit9e217795e08a0b0f06afd121401180d756eb1b54 (patch)
tree8afe960188eb67f94df7d590926a02762d650bab /drivers/crypto/caam/Kconfig
parent261ea058f016bc04fa064348ad9bf39d94379381 (diff)
downloadlinux-9e217795e08a0b0f06afd121401180d756eb1b54.tar.xz
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>
Diffstat (limited to 'drivers/crypto/caam/Kconfig')
-rw-r--r--drivers/crypto/caam/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig
index d2c2909..ff54c42 100644
--- a/drivers/crypto/caam/Kconfig
+++ b/drivers/crypto/caam/Kconfig
@@ -1,6 +1,6 @@
config CRYPTO_DEV_FSL_CAAM
tristate "Freescale CAAM-Multicore driver backend"
- depends on FSL_SOC || ARCH_MXC
+ depends on FSL_SOC || ARCH_MXC || ARCH_LAYERSCAPE
help
Enables the driver module for Freescale's Cryptographic Accelerator
and Assurance Module (CAAM), also known as the SEC version 4 (SEC4).