barebox/lib/Kconfig
Robert Schwebel 52812cc68f digest: align menu
Align with the other menu entries.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-11-01 11:44:48 +01:00

37 lines
345 B
Text

config ZLIB
bool
config BZLIB
bool
config CRC32
bool
config CRC16
bool
menuconfig DIGEST
bool "Digest "
if DIGEST
config MD5
bool "MD5"
config SHA1
bool "SHA1"
config SHA256
bool "SHA256"
endif
config GENERIC_FIND_NEXT_BIT
def_bool n
config PROCESS_ESCAPE_SEQUENCE
def_bool n
source lib/lzo/Kconfig