barebox/crypto/Kconfig
Alexander Shiyan 4c20f9af97 Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes
replacing spaces to tabs, formatting in accordance format, removing
extraneous lines and spaces. No functional changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-12-08 12:22:12 +01:00

28 lines
220 B
Text

config CRC32
bool
config CRC16
bool
config CRC7
bool
menuconfig DIGEST
bool "Digest"
if DIGEST
config MD5
bool "MD5"
config SHA1
bool "SHA1"
config SHA224
bool "SHA224"
config SHA256
bool "SHA256"
endif