barebox/crypto/Kconfig
Franck Jullien 52ef4af579 crypto: Add crc7 function
This function in used by the MCI over SPI driver.

Signed-off-by: Franck Jullien <franck.jullien@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-11-25 12:37:25 +01:00

28 lines
244 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