Skip to content

Commit

Permalink
crypto: user - CRYPTO_STATS should depend on CRYPTO_USER
Browse files Browse the repository at this point in the history
CRYPTO_STATS is using CRYPTO_USER stuff, so it should depends on it.
Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
montjoie authored and herbertx committed Dec 7, 2018
1 parent 2ced260 commit a6a3138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a6a3138

Please sign in to comment.