diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-11-29 14:42:17 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-12-07 14:15:00 +0800 |
commit | a6a31385364ca0f7b98ace0bad93d793f07f97f3 (patch) | |
tree | 59cf28b1cfb1b47dbe7134391267989224dc1408 /crypto/Kconfig | |
parent | 2ced26078fcff26db532d6300a1b5f8ffd11a5e1 (diff) | |
download | blackbird-obmc-linux-a6a31385364ca0f7b98ace0bad93d793f07f97f3.tar.gz blackbird-obmc-linux-a6a31385364ca0f7b98ace0bad93d793f07f97f3.zip |
crypto: user - CRYPTO_STATS should depend on CRYPTO_USER
CRYPTO_STATS is using CRYPTO_USER stuff, so it should depends on it.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index b6376d5d973e..5994d0fa7a78 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1865,6 +1865,7 @@ config CRYPTO_USER_API_AEAD config CRYPTO_STATS bool "Crypto usage statistics for User-space" + depends on CRYPTO_USER help This option enables the gathering of crypto stats. This will collect: |