diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2016-05-19 17:11:33 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-05-31 10:41:54 +0200 |
commit | 9e217795e08a0b0f06afd121401180d756eb1b54 (patch) | |
tree | 8afe960188eb67f94df7d590926a02762d650bab | |
parent | crypto: caam - handle core endianness != caam endianness (diff) | |
download | linux-9e217795e08a0b0f06afd121401180d756eb1b54.tar.xz linux-9e217795e08a0b0f06afd121401180d756eb1b54.zip |
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>
-rw-r--r-- | drivers/crypto/caam/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig index d2c2909a4020..ff54c42e6e51 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). |