summaryrefslogtreecommitdiff
path: root/moduleconfig.h
diff options
context:
space:
mode:
authorcharles <charles>2009-10-14 00:01:56 +0000
committercharles <charles>2009-10-14 00:01:56 +0000
commit1ffa02489a63129109b66774681c94fe0a8a946a (patch)
treef0de85cdcc1a47c47a8ccafbe3952658f7e886dd /moduleconfig.h
parent58e2f3b9748ed3595ebdec6bdf3db2399ad18dcf (diff)
Allow the disabling of tags ECC
Diffstat (limited to 'moduleconfig.h')
-rw-r--r--moduleconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/moduleconfig.h b/moduleconfig.h
index a344baf..99c9f6a 100644
--- a/moduleconfig.h
+++ b/moduleconfig.h
@@ -29,6 +29,10 @@
/* 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 */