aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/fs/ubifs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/fs/ubifs/Kconfig')
-rw-r--r--roms/u-boot/fs/ubifs/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/fs/ubifs/Kconfig b/roms/u-boot/fs/ubifs/Kconfig
new file mode 100644
index 000000000..9da35b8a3
--- /dev/null
+++ b/roms/u-boot/fs/ubifs/Kconfig
@@ -0,0 +1,6 @@
+config UBIFS_SILENCE_MSG
+ bool "UBIFS silence verbose messages"
+ default ENV_IS_IN_UBI
+ help
+ Make the verbose messages from UBIFS stop printing. This leaves
+ warnings and errors enabled.