diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-11-29 09:42:17 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-12-07 01:15:00 -0500 |
commit | a6a31385364ca0f7b98ace0bad93d793f07f97f3 (patch) | |
tree | 59cf28b1cfb1b47dbe7134391267989224dc1408 /crypto | |
parent | 2ced26078fcff26db532d6300a1b5f8ffd11a5e1 (diff) |
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')
-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 | |||
1865 | 1865 | ||
1866 | config CRYPTO_STATS | 1866 | config CRYPTO_STATS |
1867 | bool "Crypto usage statistics for User-space" | 1867 | bool "Crypto usage statistics for User-space" |
1868 | depends on CRYPTO_USER | ||
1868 | help | 1869 | help |
1869 | This option enables the gathering of crypto stats. | 1870 | This option enables the gathering of crypto stats. |
1870 | This will collect: | 1871 | This will collect: |