diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 07090e9f9bcf..3d1a1e27944f 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -12,9 +12,7 @@ source "crypto/async_tx/Kconfig" | |||
12 | # | 12 | # |
13 | # Cryptographic API Configuration | 13 | # Cryptographic API Configuration |
14 | # | 14 | # |
15 | menu "Cryptographic options" | 15 | menuconfig CRYPTO |
16 | |||
17 | config CRYPTO | ||
18 | bool "Cryptographic API" | 16 | bool "Cryptographic API" |
19 | help | 17 | help |
20 | This option provides the core Cryptographic API. | 18 | This option provides the core Cryptographic API. |
@@ -473,5 +471,3 @@ config CRYPTO_TEST | |||
473 | source "drivers/crypto/Kconfig" | 471 | source "drivers/crypto/Kconfig" |
474 | 472 | ||
475 | endif # if CRYPTO | 473 | endif # if CRYPTO |
476 | |||
477 | endmenu | ||