From 7ce48b67cb9abd7772c72a9e3f9d6c7716741be4 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Sun, 25 Oct 2015 22:03:33 +0100 Subject: crypto: Kconfig: add submenu for crypto related config options Signed-off-by: Marc Kleine-Budde Signed-off-by: Sascha Hauer --- crypto/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crypto/Kconfig b/crypto/Kconfig index ef807dec68..27047889a6 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 -- cgit v1.2.3