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 357e3caf4cbe..6db27d7ff8b3 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -844,6 +844,14 @@ config CRYPTO_ANSI_CPRNG | |||
844 | config CRYPTO_USER_API | 844 | config CRYPTO_USER_API |
845 | tristate | 845 | tristate |
846 | 846 | ||
847 | config CRYPTO_USER_API_HASH | ||
848 | tristate "User-space interface for hash algorithms" | ||
849 | select CRYPTO_HASH | ||
850 | select CRYPTO_USER_API | ||
851 | help | ||
852 | This option enables the user-spaces interface for hash | ||
853 | algorithms. | ||
854 | |||
847 | source "drivers/crypto/Kconfig" | 855 | source "drivers/crypto/Kconfig" |
848 | 856 | ||
849 | endif # if CRYPTO | 857 | endif # if CRYPTO |