summaryrefslogtreecommitdiff
path: root/fs/ubifs/Kconfig
blob: 949b28841194140e3eec2f495d18354a5c6d8cd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.

config UBIFS_SILENCE_DEBUG_DUMP
	bool "UBIFS silence debug dumps"
	default y if UBIFS_SILENCE_MSG
	default n
	help
	  Make the debug dumps from UBIFS stop printing.
	  This decreases size of U-Boot binary.