Change the object type if it turns out to be wrong during a scan
[yaffs2.git] / Kconfig_multi
index 658feea5ff55ef43a692b33c38f3aefa73b21524..408570fc7a5ea3d534a57c9a28def1ac45fb2989 100644 (file)
@@ -152,6 +152,16 @@ config YAFFS_DISABLE_BACKGROUND
 
         If unsure, say N.
 
+config YAFFS_DISABLE_BAD_BLOCK_MARKING
+       bool "Disable yaffs2 bad block marking"
+       depends on YAFFS_FS
+       default n
+       help
+        Useful during early flash bring up to prevent problems causing
+        lots of bad block marking.
+
+        If unsure, say N.
+
 config YAFFS_XATTR
        bool "Enable yaffs2 xattr support"
        depends on YAFFS_FS