diff options
author | Petr Vorel <petr.vorel@gmail.com> | 2018-03-24 01:49:24 +0100 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2018-03-24 06:37:25 +0100 |
commit | c0ce4ceaba03fa6ddf738628344025c44fc78dd4 (patch) | |
tree | 2355a3175edf3cd99159af92ff23561c0c792215 /drivers/mtd/ubi/Kconfig | |
parent | afb6fda2ae0b04f806a55fc5882df49a8eab572d (diff) | |
download | u-boot-c0ce4ceaba03fa6ddf738628344025c44fc78dd4.tar.gz u-boot-c0ce4ceaba03fa6ddf738628344025c44fc78dd4.tar.xz u-boot-c0ce4ceaba03fa6ddf738628344025c44fc78dd4.zip |
Convert CONFIG_UBI_SILENCE_MSG to Kconfig
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Diffstat (limited to 'drivers/mtd/ubi/Kconfig')
-rw-r--r-- | drivers/mtd/ubi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig index caa5197df5..cf84783356 100644 --- a/drivers/mtd/ubi/Kconfig +++ b/drivers/mtd/ubi/Kconfig @@ -1,5 +1,12 @@ menu "UBI support" +config CONFIG_UBI_SILENCE_MSG + bool "UBI silence verbose messages" + default ENV_IS_IN_UBI + help + Make the verbose messages from UBI stop printing. This leaves + warnings and errors enabled. + config MTD_UBI bool "Enable UBI - Unsorted block images" select CRC32 |