diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-11-29 15:42:17 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-12-07 07:15:00 +0100 |
commit | a6a31385364ca0f7b98ace0bad93d793f07f97f3 (patch) | |
tree | 59cf28b1cfb1b47dbe7134391267989224dc1408 /crypto/Kconfig | |
parent | crypto: user - made crypto_user_stat optional (diff) | |
download | linux-a6a31385364ca0f7b98ace0bad93d793f07f97f3.tar.xz 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: |