[U-Boot] [RFC PATCH 6/8] Add CMD_UBIFS to Kconfig

Joe Hershberger joe.hershberger at ni.com
Thu May 14 06:29:56 CEST 2015


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

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

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

diff --git a/common/Kconfig b/common/Kconfig
index 619fc9d..cd24370 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -336,6 +336,21 @@ config UBI_SILENCE_MSG
 	  Make the verbose messages from UBI stop printing. This leaves
 	  warnings and errors enabled.
 
+config CMD_UBIFS
+	bool "ubifs"
+	select LZO
+	help
+	  Adds commands for interacting with UBI volumes formatted as
+	  UBIFS.  UBIFS is read-only in u-boot.
+
+config UBIFS_SILENCE_MSG
+	bool "Silence UBIFS messages"
+	default y if ENV_IS_IN_UBI
+	depends on CMD_UBIFS
+	help
+	  Make the verbose messages from UBIFS stop printing. This
+	  leaves warnings and errors enabled.
+
 endmenu
 
 menu "Shell scripting commands"
-- 
1.7.11.5



More information about the U-Boot mailing list