summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index df332c140f95..1d2523aa896e 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -163,6 +163,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