projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.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
|
blame
|
history
diff --git
a/drivers/crypto/caam/Kconfig
b/drivers/crypto/caam/Kconfig
index d2c2909a402032adda17a470c025ef3b5b3c6a4b..ff54c42e6e510cebc6d5ec0442d21e3725c01a74 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).