Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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