diff --git a/crypto/Kconfig b/crypto/Kconfig index ef807de..2704788 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -1,3 +1,5 @@ +menu "Crypto support" + config CRC32 bool @@ -84,3 +86,5 @@ select DIGEST select DIGEST_SHA1_GENERIC bool + +endmenu