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 4/8] Add CMD_UBI to Kconfig
Date: Wed, 13 May 2015 23:29:54 -0500	[thread overview]
Message-ID: <1431577798-26951-5-git-send-email-joe.hershberger@ni.com> (raw)
In-Reply-To: <1431577798-26951-1-git-send-email-joe.hershberger@ni.com>

This command benefits from Kconfig auto-selecting-other-configs
capability.

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

 common/Kconfig | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/common/Kconfig b/common/Kconfig
index 4397e69..619fc9d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -319,6 +319,24 @@ config CMD_FPGA
 
 endmenu
 
+menu "Storage commands"
+
+config CMD_UBI
+	bool "ubi"
+	select RBTREE
+	help
+	  Adds commands for interacting with MTD partitions formatted
+	  with the UBI flash translation layer
+
+config UBI_SILENCE_MSG
+	bool "Silence UBI messages"
+	default y if ENV_IS_IN_UBI
+	depends on CMD_UBI
+	help
+	  Make the verbose messages from UBI stop printing. This leaves
+	  warnings and errors enabled.
+
+endmenu
 
 menu "Shell scripting commands"
 
-- 
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 ` Joe Hershberger [this message]
2015-05-14  4:29 ` [U-Boot] [RFC PATCH 5/8] Add decompression " Joe Hershberger
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-5-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.