Skip to content
Snippets Groups Projects
Commit 2e290f43 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Herbert Xu
Browse files

[CRYPTO] Kconfig: Use menuconfig objects


Use menuconfigs instead of menus, so the whole menu can be disabled at once
instead of going through all options.

Signed-off-by: default avatarJan Engelhardt <jengelh@gmx.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 4eb6bf6b
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,7 @@
# Cryptographic API Configuration
#
menu "Cryptographic options"
config CRYPTO
menuconfig CRYPTO
bool "Cryptographic API"
help
This option provides the core Cryptographic API.
......@@ -463,5 +461,3 @@ config CRYPTO_TEST
source "drivers/crypto/Kconfig"
endif # if CRYPTO
endmenu
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment