From: Jan Engelhardt Use menuconfigs instead of menus, so the whole menu can be disabled at once instead of going through all options. Signed-off-by: Jan Engelhardt Cc: Herbert Xu Signed-off-by: Andrew Morton --- crypto/Kconfig | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff -puN crypto/Kconfig~use-menuconfig-objects-crypto crypto/Kconfig --- a/crypto/Kconfig~use-menuconfig-objects-crypto +++ a/crypto/Kconfig @@ -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 _