diff options
| author | Tom Rini <[email protected]> | 2020-04-20 17:22:47 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-04-20 17:22:47 -0400 |
| commit | a06375805917a5b48c46724ceef4a1cd04935992 (patch) | |
| tree | 45bba4e4fb8332c55324efaf96e46e6cbd8f4d93 /lib | |
| parent | e4837da7828293ea49abc579f939c0f5c4b127c3 (diff) | |
| parent | 48180e15d3eaff51b1da30a90bc64b7acba8fb51 (diff) | |
Merge branch '2020-04-17-master-imports'
- Further cleanups for 'make refcheckdocs'
- Another BTRFS fix.
- Support for automatic decompression of images with booti as well as
unlz4 command for manual decompression.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 452f390c802..144a54da280 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -409,6 +409,11 @@ config GZIP help This enables support for GZIP compression algorithm. +config BZIP2 + bool "Enable bzip2 decompression support" + help + This enables support for BZIP2 compression algorithm. + config ZLIB bool default y |
