diff options
| author | Jan Engelhardt <jengelh@gmx.de> | 2007-05-18 01:11:01 -0400 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2007-07-11 08:58:53 -0400 |
| commit | 2e290f43ddb2331db2e308da206fe154bec91a7d (patch) | |
| tree | fa25974a286f45bf88e38811315885cdfde83e08 /crypto | |
| parent | 4eb6bf6bfb580afaf1e1a1d30cba17a078530cf4 (diff) | |
[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>
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 4ca0ab3448..935301ee5a 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
| @@ -2,9 +2,7 @@ | |||
| 2 | # Cryptographic API Configuration | 2 | # Cryptographic API Configuration |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | menu "Cryptographic options" | 5 | menuconfig CRYPTO |
| 6 | |||
| 7 | config CRYPTO | ||
| 8 | bool "Cryptographic API" | 6 | bool "Cryptographic API" |
| 9 | help | 7 | help |
| 10 | This option provides the core Cryptographic API. | 8 | This option provides the core Cryptographic API. |
| @@ -463,5 +461,3 @@ config CRYPTO_TEST | |||
| 463 | source "drivers/crypto/Kconfig" | 461 | source "drivers/crypto/Kconfig" |
| 464 | 462 | ||
| 465 | endif # if CRYPTO | 463 | endif # if CRYPTO |
| 466 | |||
| 467 | endmenu | ||
