X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=moduleconfig.h;h=e8efd67586a7c3fe7764695e06eb0dfadf1ce101;hp=f58b8e25b4558d367e5cf4d72c5869db85443ca2;hb=6db5aca55acb7c8af07c8ec90ba8dd9085ab0895;hpb=b4a902328423692f296c9118bf6bfaa057ccc72c diff --git a/moduleconfig.h b/moduleconfig.h index f58b8e2..e8efd67 100644 --- a/moduleconfig.h +++ b/moduleconfig.h @@ -1,7 +1,7 @@ /* * YAFFS: Yet another Flash File System . A NAND-flash specific file system. * - * Copyright (C) 2002-2007 Aleph One Ltd. + * Copyright (C) 2002-2010 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering * * Created by Martin Fouts @@ -38,9 +38,10 @@ /* CONFIG_YAFFS_DOES_ECC is set */ /* #define CONFIG_YAFFS_ECC_WRONG_ORDER */ -/* Default: Selected */ -/* Meaning: Disables testing whether chunks are erased before writing to them*/ -#define CONFIG_YAFFS_DISABLE_CHUNK_ERASED_CHECK +/* Default: Not selected */ +/* Meaning: Always test whether chunks are erased before writing to them. + Use during mtd debugging and init. */ +/* #define CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED */ /* Default: Not Selected */ /* Meaning: At mount automatically empty all files from lost and found. */ @@ -57,6 +58,10 @@ /* Block Refreshing periodically rewrites the oldest block. */ /* #define CONFIG_DISABLE_BLOCK_REFRESHING */ +/* Default: Unselected */ +/* Meaning: Select to disable background processing */ +/* #define CONFIG_DISABLE_BACKGROUND */ + /* Older-style on-NAND data format has a "pageStatus" byte to record