Commit 2e290f43 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Herbert Xu

[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
...@@ -2,9 +2,7 @@ ...@@ -2,9 +2,7 @@
# Cryptographic API Configuration # Cryptographic API Configuration
# #
menu "Cryptographic options" menuconfig CRYPTO
config CRYPTO
bool "Cryptographic API" bool "Cryptographic API"
help help
This option provides the core Cryptographic API. This option provides the core Cryptographic API.
...@@ -463,5 +461,3 @@ config CRYPTO_TEST ...@@ -463,5 +461,3 @@ config CRYPTO_TEST
source "drivers/crypto/Kconfig" source "drivers/crypto/Kconfig"
endif # if CRYPTO endif # if CRYPTO
endmenu
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment