diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-25 11:56:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-25 11:56:57 -0400 |
commit | 71f70cfcf4a79a58682596e6b7769fe6f8f0c4d1 (patch) | |
tree | 19a90e91b62dec0f1098a8585e795e9480792898 /lib | |
parent | 9c5fef577494769e3ff07952a85f9b7125ef765b (diff) | |
parent | efc0644802a2c9c1747539e017562aabde1f54ec (diff) |
Merge branch '2020-05-25-misc-fixes'
- A few minor Kconfig migrations / corrections
- DFU doc fixes/improvements
- Bugfix for ARMv8, env userspace building, more NULL checks in generic
PHY code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index c3f694afc06..f18bf3778b9 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -424,6 +424,10 @@ config GZIP help This enables support for GZIP compression algorithm. +config GZIP_COMPRESSED + bool + select ZLIB + config BZIP2 bool "Enable bzip2 decompression support" help |