9
0
Fork 0
barebox/lib/Kconfig

34 lines
291 B
Plaintext
Raw Normal View History

2007-07-05 16:02:13 +00:00
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"
endif
config GENERIC_FIND_NEXT_BIT
def_bool n
config PROCESS_ESCAPE_SEQUENCE
def_bool n
source lib/lzo/Kconfig