diff options
author | George Cherian <george.cherian@cavium.com> | 2017-02-07 15:51:15 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-02-11 10:55:17 +0100 |
commit | 62ad8b5c09641d385a0bfdb58b5e0eb7f3c5015e (patch) | |
tree | 7edaaf10dc76ef8a8e8def714fd506b2b3db1436 /drivers/crypto/Kconfig | |
parent | crypto: cavium - Add the Virtual Function driver for CPT (diff) | |
download | linux-62ad8b5c09641d385a0bfdb58b5e0eb7f3c5015e.tar.xz 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/Kconfig | 1 |
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" |