All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Hershberger <joe.hershberger@ni.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 5/8] Add decompression to Kconfig
Date: Wed, 13 May 2015 23:29:55 -0500	[thread overview]
Message-ID: <1431577798-26951-6-git-send-email-joe.hershberger@ni.com> (raw)
In-Reply-To: <1431577798-26951-1-git-send-email-joe.hershberger@ni.com>

Also add a new menu for all of the decompression options.

The CMD_UBIFS config needs to select the LZO config.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
---

 lib/Kconfig | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index b4a02b4..ead7fc0 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -50,6 +50,35 @@ config REGEX
 	  regex support to some commands, for example "env grep" and
 	  "setexpr".
 
+menu "Decompression Support"
+
+config GZIP
+	bool "gzip decompression support"
+	default y
+	help
+	  If this option is set, support for gzip compressed images is
+	  included.
+
+config BZIP2
+	bool "bzip2 decompression support"
+	help
+	  If this option is set, support for bzip2 compressed images is
+	  included.
+
+config LZMA
+	bool "LZMA decompression support"
+	help
+	  If this option is set, support for lzma compressed images is
+	  included.
+
+config LZO
+	bool "LZO decompression support"
+	help
+	  If this option is set, support for LZO compressed images is
+	  included.
+
+endmenu
+
 source lib/rsa/Kconfig
 
 menu "Hashing Support"
-- 
1.7.11.5

  parent reply	other threads:[~2015-05-14  4:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-14  4:29 [U-Boot] [RFC PATCH 0/8] Complex config moves Joe Hershberger
2015-05-14  4:29 ` [U-Boot] [RFC PATCH 1/8] Add env persist location to Kconfig Joe Hershberger
2015-05-14  4:43   ` Joe Hershberger
2015-05-14  4:29 ` [U-Boot] [RFC PATCH 2/8] Move env location selection from include to defconfig Joe Hershberger
2015-05-14  4:29 ` [U-Boot] [RFC PATCH 3/8] Add RBTREE to Kconfig Joe Hershberger
2015-05-14  4:29 ` [U-Boot] [RFC PATCH 4/8] Add CMD_UBI " Joe Hershberger
2015-05-14  4:29 ` Joe Hershberger [this message]
2015-05-14  4:29 ` [U-Boot] [RFC PATCH 6/8] Add CMD_UBIFS " Joe Hershberger
2015-05-14  4:29 ` [U-Boot] [RFC PATCH 7/8] Move compression and UBI from include to defconfig Joe Hershberger
2015-05-14  4:29 ` [U-Boot] [RFC PATCH 8/8] Move setexpr to Kconfig Joe Hershberger

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=1431577798-26951-6-git-send-email-joe.hershberger@ni.com \
    --to=joe.hershberger@ni.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.