summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/Kconfig
diff options
context:
space:
mode:
authorHoria Geantă <horia.geanta@nxp.com>2016-11-22 15:44:09 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2016-11-28 21:23:23 +0800
commit8cea7b66b821fd914aa26a2af156604f9ef5f709 (patch)
tree8f5eed83990b83528e02db55221c23b71135b385 /drivers/crypto/caam/Kconfig
parent746f069038961e8a72780c0625acc8accafd28fe (diff)
downloadop-kernel-dev-8cea7b66b821fd914aa26a2af156604f9ef5f709.zip
op-kernel-dev-8cea7b66b821fd914aa26a2af156604f9ef5f709.tar.gz
crypto: caam - refactor encryption descriptors generation
Refactor the generation of the authenc, ablkcipher shared descriptors and exports the functionality, such that they could be shared with the upcoming caam/qi (Queue Interface) driver. Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/Kconfig')
-rw-r--r--drivers/crypto/caam/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig
index ebeada7..da24c57 100644
--- a/drivers/crypto/caam/Kconfig
+++ b/drivers/crypto/caam/Kconfig
@@ -134,3 +134,6 @@ config CRYPTO_DEV_FSL_CAAM_DEBUG
help
Selecting this will enable printing of various debug
information in the CAAM driver.
+
+config CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC
+ def_bool CRYPTO_DEV_FSL_CAAM_CRYPTO_API
OpenPOWER on IntegriCloud