OSDN Git Service
(root)
/
android-x86
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
261ea05
)
crypto: caam - add ARCH_LAYERSCAPE to supported architectures
author
Horia Geantă
<horia.geanta@nxp.com>
Thu, 19 May 2016 15:11:33 +0000
(18:11 +0300)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Tue, 31 May 2016 08:41:54 +0000
(16:41 +0800)
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>
drivers/crypto/caam/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/crypto/caam/Kconfig
b/drivers/crypto/caam/Kconfig
index
d2c2909
..
ff54c42
100644
(file)
--- 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).