summaryrefslogtreecommitdiff
path: root/moduleconfig.h
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-06-08 15:46:58 +1200
committerCharles Manning <cdhmanning@gmail.com>2010-06-08 15:46:58 +1200
commit4a96d43bb566f00596a31a41c535cabbf52d4f20 (patch)
tree78e1f9e2c32b80c77b46f7ac69938272fc3d134d /moduleconfig.h
parent523109e39ed14c0153c7947ad7a8f31a0917df93 (diff)
yaffs: Add xattrib support
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
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 e8efd67..43f1144 100644
--- a/moduleconfig.h
+++ b/moduleconfig.h
@@ -63,6 +63,10 @@
/* #define CONFIG_DISABLE_BACKGROUND */
+/* Default: Selected */
+/* Meaning: Enable XATTR support */
+#define CONFIG_YAFFS_XATTR
+
/*
Older-style on-NAND data format has a "pageStatus" byte to record
chunk/page state. This byte is zeroed when the page is discarded.