diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 26b5dd0cb56..f3072993874 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -247,6 +247,12 @@ config CRYPTO_FPU tristate select CRYPTO_BLKCIPHER select CRYPTO_MANAGER +config CRYPTO_CRYPTODEV + tristate "Cryptodev (/dev/crypto) interface" + depends on CRYPTO + help + Device /dev/crypto gives userspace programs access to + kernel crypto algorithms(Sync and Async Support). comment "Hash modes" |