summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-07-23 13:05:05 -0400
committerTom Rini <[email protected]>2022-08-04 16:18:47 -0400
commit1107dad82010385de5298951b764f35ca569cc6a (patch)
tree55e3417f11127310816daa327efaf64ce659a430 /drivers
parent1db251bdd5750e89bdb3c0707f51de0029cc0f0e (diff)
Convert CONFIG_SYS_FLASH_QUIET_TEST to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FLASH_QUIET_TEST Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mtd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 828ec975820..fcdb450f77a 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -132,6 +132,14 @@ config SYS_FLASH_CFI
Define if the flash driver uses extra elements in the
common flash structure for storing flash geometry.
+config SYS_FLASH_QUIET_TEST
+ bool "Disable printing a warning about not recognizing some flash banks"
+ depends on FLASH_CFI_DRIVER
+ help
+ If this option is enabled, the common CFI flash doesn't print it's
+ warning upon not recognized FLASH banks. This is useful, if some of
+ the configured banks are only optionally available.
+
config SYS_FLASH_CHECKSUM
bool "Compute and print flash CRC if 'flashchecksum' is set in the environment"
depends on MTD_NOR_FLASH