summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-04-04 14:16:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-04-04 16:42:19 +0200
commitb672f87cc06ab46e16aca4385bcc4fb68e7a488e (patch)
tree9d7f11797e068a9cfd5c4f98cbe2a4e95d446814 /drivers/mtd/nand/Kconfig
parenta1e9c15260985bdef57cce9692236dfce35170c9 (diff)
downloadbarebox-b672f87cc06ab46e16aca4385bcc4fb68e7a488e.tar.gz
barebox-b672f87cc06ab46e16aca4385bcc4fb68e7a488e.tar.xz
nand: make bbt support optional
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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"