Allow the disabling of tags ECC
[yaffs2.git] / moduleconfig.h
index a344baf372a3f69c26e8a13f95266d773272a6c1..99c9f6a66ef3e4e2b475e82941a0e1ff3e942d52 100644 (file)
 /* Meaning: Yaffs does its own ECC, rather than using MTD ECC */
 /* #define CONFIG_YAFFS_DOES_ECC */
 
+/* Default: Selected */
+/* Meaning: Yaffs does its own ECC on tags for packed tags rather than use mtd */
+#define CONFIG_YAFFS_DOES_TAGS_ECC
+
 /* Default: Not selected */
 /* Meaning: ECC byte order is 'wrong'.  Only meaningful if */
 /*          CONFIG_YAFFS_DOES_ECC is set */