diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2018-12-07 13:56:08 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-12-07 13:56:08 +0800 |
commit | e61efff4ae94f4509707a5e03f8edb6455f490e1 (patch) | |
tree | a5c34cf09f229d3700764a1e3695d557994a3dcc | |
parent | e5bde04ccce64d808f8b00a489a1fe5825d285cb (diff) |
crypto: user - Disable statistics interface
Since this user-space API is still undergoing significant changes,
this patch disables it for the current merge window.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index f7a235db56aa..05c91eb10ca1 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1812,7 +1812,7 @@ config CRYPTO_USER_API_AEAD cipher algorithms. config CRYPTO_STATS - bool "Crypto usage statistics for User-space" + bool help This option enables the gathering of crypto stats. This will collect: |