mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 12:46:14 +02:00
lib: Add a Kconfig for SPL_BZIP2
This is implicitly used in the source and seems useful, so add it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1d46753395
commit
ae625d9287
@ -727,6 +727,12 @@ config ZSTD_LIB_MINIFY
|
||||
|
||||
endif
|
||||
|
||||
config SPL_BZIP2
|
||||
bool "Enable bzip2 decompression support for SPL build"
|
||||
depends on SPL
|
||||
help
|
||||
This enables support for bzip2 compression algorithm for SPL boot.
|
||||
|
||||
config SPL_LZ4
|
||||
bool "Enable LZ4 decompression support in SPL"
|
||||
depends on SPL
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user