9
0
Fork 0
barebox/lib/Kconfig

81 lines
1.1 KiB
Plaintext
Raw Normal View History

menu "Library routines"
config PARAMETER
bool
config UNCOMPRESS
bool
select FILETYPE
2007-07-05 16:02:13 +00:00
config ZLIB
bool "include gzip uncompression support"
select UNCOMPRESS
2007-07-05 16:02:13 +00:00
config BZLIB
bool "include bzip2 uncompression support"
select UNCOMPRESS
2007-07-05 16:02:13 +00:00
config LZ4_DECOMPRESS
bool "include lz4 uncompression support"
select UNCOMPRESS
config XZ_DECOMPRESS
bool "include xz uncompression support"
select UNCOMPRESS
config REED_SOLOMON
bool
config GENERIC_FIND_NEXT_BIT
def_bool n
config PROCESS_ESCAPE_SEQUENCE
def_bool n
source lib/lzo/Kconfig
config BCH
bool
config BITREV
bool
config FNMATCH
bool
config QSORT
bool
config XYMODEM
bool
select CRC16
config LIBSCAN
bool
config LIBUBIGEN
bool
config STMP_DEVICE
bool
config RATP
select CRC16
bool
help
Reliable Asynchronous Transfer Protocol (RATP) is a protocol for reliably
transferring packets over serial links described in RFC916. This implementation
is used for controlling barebox over serial ports.
source lib/gui/Kconfig
source lib/fonts/Kconfig
source lib/logo/Kconfig
source lib/bootstrap/Kconfig
config PRINTF_UUID
bool
endmenu