From: Corentin Labbe Date: Thu, 29 Nov 2018 14:42:17 +0000 (+0000) Subject: crypto: user - CRYPTO_STATS should depend on CRYPTO_USER X-Git-Tag: v5.0-rc1~128^2~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6a31385364ca0f7b98ace0bad93d793f07f97f3;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Herbert Xu --- diff --git a/crypto/Kconfig b/crypto/Kconfig index b6376d5d973e0..5994d0fa7a782 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: