summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@gmx.de>2007-05-18 15:11:01 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2007-07-11 20:58:53 +0800
commit4c0c4b4f8188d55849b97a916e92cd905826e2bd (patch)
tree6467ae13d1fa260cde8bf4713b1cfd8215b79865
parentc49083482e59fb26b3c9d773dcc327f35a27d987 (diff)
downloadlinux-crypto-4c0c4b4f8188d55849b97a916e92cd905826e2bd.tar.gz
linux-crypto-4c0c4b4f8188d55849b97a916e92cd905826e2bd.zip
[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: Jan Engelhardt <jengelh@gmx.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 4ca0ab34..935301ee 100644
--- a/crypto/Kconfig
+++ b/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