All of lore.kernel.org
 help / color / mirror / Atom feed
From: Atish Patra <atish.patra@wdc.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC/RFT PATCH v3 1/3] lib: kconfig: Add option to set BZIP2 compression method
Date: Wed,  6 Nov 2019 14:15:20 -0800	[thread overview]
Message-ID: <20191106221522.28246-2-atish.patra@wdc.com> (raw)
In-Reply-To: <20191106221522.28246-1-atish.patra@wdc.com>

There is no way to select BZIP2 compression method.
Add it under library/compression config where all other
compression related configs are present.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
---
 lib/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index 3da45a5ec322..b5dcdba23014 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -385,6 +385,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
-- 
2.21.0

  reply	other threads:[~2019-11-06 22:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-06 22:15 [U-Boot] [RFC/RFT PATCH v3 0/3] Add compressed Image booting support Atish Patra
2019-11-06 22:15 ` Atish Patra [this message]
2019-11-07 22:22   ` [U-Boot] [RFC/RFT PATCH v3 1/3] lib: kconfig: Add option to set BZIP2 compression method Tom Rini
2019-11-06 22:15 ` [U-Boot] [RFC/RFT PATCH v3 2/3] image: Add a common compression type detection function Atish Patra
2019-11-07 22:22   ` Tom Rini
2019-11-06 22:15 ` [U-Boot] [RFC/RFT PATCH v3 3/3] image: Add compressed Image parsing support in booti Atish Patra
2019-11-07 22:22   ` Tom Rini
2019-11-09  0:09   ` Atish Patra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191106221522.28246-2-atish.patra@wdc.com \
    --to=atish.patra@wdc.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.