diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index e4bac29a32e7..357e3caf4cbe 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -841,6 +841,9 @@ config CRYPTO_ANSI_CPRNG | |||
841 | ANSI X9.31 A.2.4. Note that this option must be enabled if | 841 | ANSI X9.31 A.2.4. Note that this option must be enabled if |
842 | CRYPTO_FIPS is selected | 842 | CRYPTO_FIPS is selected |
843 | 843 | ||
844 | config CRYPTO_USER_API | ||
845 | tristate | ||
846 | |||
844 | source "drivers/crypto/Kconfig" | 847 | source "drivers/crypto/Kconfig" |
845 | 848 | ||
846 | endif # if CRYPTO | 849 | endif # if CRYPTO |