summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index dc20a34ba5ef..69ba63c2fb1d 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -19,6 +19,8 @@ menuconfig CRYPTO
if CRYPTO
+source "crypto/ocf/Kconfig"
+
comment "Crypto core or helper"
config CRYPTO_FIPS
@@ -132,6 +134,14 @@ config CRYPTO_TEST
help
Quick & dirty crypto test module.
+config CRYPTO_CRYPTODEV
+ tristate "Cryptodev (/dev/crypto) interface"
+ depends on CRYPTO
+ select CRYPTO_ALGAPI
+ help
+ Device /dev/crypto gives userspace programs access to
+ kernel crypto algorithms.
+
comment "Authenticated Encryption with Associated Data"
config CRYPTO_CCM