From: Jan Engelhardt Subject: [PATCH 06/30] Use menuconfig objects - crypto Date: Tue, 10 Apr 2007 22:45:28 +0200 (MEST) Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linux-crypto@vger.kernel.org, Linux Kernel Mailing List To: Herbert Xu , "David S. Miller" Return-path: Received: from tmailer.gwdg.de ([134.76.10.23]:35192 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753372AbXDJUrM (ORCPT ); Tue, 10 Apr 2007 16:47:12 -0400 In-Reply-To: Sender: linux-crypto-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org 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 Index: linux-2.6.21-rc5/crypto/Kconfig =================================================================== --- linux-2.6.21-rc5.orig/crypto/Kconfig +++ linux-2.6.21-rc5/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. @@ -450,5 +448,3 @@ config CRYPTO_TEST source "drivers/crypto/Kconfig" endif # if CRYPTO - -endmenu #