summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorGeorge Cherian2017-02-07 15:51:15 +0100
committerHerbert Xu2017-02-11 10:55:17 +0100
commit62ad8b5c09641d385a0bfdb58b5e0eb7f3c5015e (patch)
tree7edaaf10dc76ef8a8e8def714fd506b2b3db1436 /drivers/crypto/Kconfig
parentcrypto: cavium - Add the Virtual Function driver for CPT (diff)
downloadkernel-qcow2-linux-62ad8b5c09641d385a0bfdb58b5e0eb7f3c5015e.tar.gz
kernel-qcow2-linux-62ad8b5c09641d385a0bfdb58b5e0eb7f3c5015e.tar.xz
kernel-qcow2-linux-62ad8b5c09641d385a0bfdb58b5e0eb7f3c5015e.zip
crypto: cavium - Enable CPT options crypto for build
Add the CPT options in crypto Kconfig and update the crypto Makefile Update the MAINTAINERS file too. Signed-off-by: George Cherian <george.cherian@cavium.com> Reviewed-by: David Daney <david.daney@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index f60de152a90d..9c2760f69226 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -497,6 +497,7 @@ config CRYPTO_DEV_MXS_DCP
will be called mxs-dcp.
source "drivers/crypto/qat/Kconfig"
+source "drivers/crypto/cavium/cpt/Kconfig"
config CRYPTO_DEV_QCE
tristate "Qualcomm crypto engine accelerator"