diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 6db27d7ff8b3..69437e21217f 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -852,6 +852,14 @@ config CRYPTO_USER_API_HASH | |||
852 | This option enables the user-spaces interface for hash | 852 | This option enables the user-spaces interface for hash |
853 | algorithms. | 853 | algorithms. |
854 | 854 | ||
855 | config CRYPTO_USER_API_SKCIPHER | ||
856 | tristate "User-space interface for symmetric key cipher algorithms" | ||
857 | select CRYPTO_BLKCIPHER | ||
858 | select CRYPTO_USER_API | ||
859 | help | ||
860 | This option enables the user-spaces interface for symmetric | ||
861 | key cipher algorithms. | ||
862 | |||
855 | source "drivers/crypto/Kconfig" | 863 | source "drivers/crypto/Kconfig" |
856 | 864 | ||
857 | endif # if CRYPTO | 865 | endif # if CRYPTO |