summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 57f06494fd..0232a00e62 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -41,6 +41,14 @@ config NAND_INFO
Show informational strings about the vendor and nand flash type
during startup
+config NAND_BBT
+ bool
+ default y
+ prompt "support bad block tables"
+ help
+ Say y here to include support for bad block tables. This speeds
+ up the process of checking for bad blocks
+
config NAND_IMX
bool
prompt "i.MX NAND driver"