2006-08-13 21:01:51

by Adrian Bunk

[permalink] [raw]
Subject: [-mm patch] Kconfig: move CRYPTO to the "Cryptographic options" menu

On Sun, Aug 13, 2006 at 01:24:54AM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.18-rc3-mm2:
>...
> git-cpufreq.patch
>...
> git trees
>...

This patch moves the CRYPTO option to the "Cryptographic options" menu
(it was the only option directly in the toplevel menu).

Signed-off-by: Adrian Bunk <[email protected]>

---

crypto/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

--- linux-2.6.18-rc4-mm1/crypto/Kconfig.old 2006-08-13 21:13:38.000000000 +0200
+++ linux-2.6.18-rc4-mm1/crypto/Kconfig 2006-08-13 21:14:24.000000000 +0200
@@ -2,6 +2,8 @@
# Cryptographic API Configuration
#

+menu "Cryptographic options"
+
config CRYPTO
bool "Cryptographic API"
help
@@ -9,8 +11,6 @@

if CRYPTO

-menu "Cryptographic options"
-
config CRYPTO_LOWAPI
tristate

@@ -402,6 +402,6 @@

source "drivers/crypto/Kconfig"

-endmenu
+endif # if CRYPTO

-endif # if CRYPTO
+endmenu



2006-08-13 22:40:32

by Herbert Xu

[permalink] [raw]
Subject: Re: [-mm patch] Kconfig: move CRYPTO to the "Cryptographic options" menu

On Sun, Aug 13, 2006 at 11:01:49PM +0200, Adrian Bunk wrote:
>
> This patch moves the CRYPTO option to the "Cryptographic options" menu
> (it was the only option directly in the toplevel menu).
>
> Signed-off-by: Adrian Bunk <[email protected]>

Thanke you Adrian, patch applied.
--
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[email protected]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt