[PATCH v3 6/9] crypto: Kconfig: add submenu for crypto related config options
Marc Kleine-Budde
mkl at pengutronix.de
Sun Oct 25 14:03:33 PDT 2015
Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
---
crypto/Kconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/crypto/Kconfig b/crypto/Kconfig
index ef807dec68de..27047889a658 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1,3 +1,5 @@
+menu "Crypto support"
+
config CRC32
bool
@@ -84,3 +86,5 @@ config CRYPTO_PBKDF2
select DIGEST
select DIGEST_SHA1_GENERIC
bool
+
+endmenu
--
2.6.1
More information about the barebox
mailing list