aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 4ca0ab3448d9..935301ee5ac8 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -2,9 +2,7 @@
2# Cryptographic API Configuration 2# Cryptographic API Configuration
3# 3#
4 4
5menu "Cryptographic options" 5menuconfig CRYPTO
6
7config 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
463source "drivers/crypto/Kconfig" 461source "drivers/crypto/Kconfig"
464 462
465endif # if CRYPTO 463endif # if CRYPTO
466
467endmenu