Mercurial > yaffs-ecoscentric
diff Kconfig @ 64:14c997a84f06
Move around the option in Kconfig so that depending stuff are nicely indented.
| author | luc |
|---|---|
| date | Mon, 01 Aug 2005 22:03:06 +0100 |
| parents | d7b5de6ac891 |
| children | 31598d35e840 |
line wrap: on
line diff
--- a/Kconfig +++ b/Kconfig @@ -26,15 +26,6 @@ config YAFFS_YAFFS1 If unsure, say Y. -config YAFFS_YAFFS2 - bool "2048 byte (or larger) / page devices" - depends on YAFFS_FS - default y - help - Enable YAFFS2 support -- yaffs for >= 2048 byte / page larger devices - - If unsure, say Y. - config YAFFS_DOES_ECC bool "Lets Yaffs do its own ECC" depends on YAFFS_FS && YAFFS_YAFFS1 @@ -56,6 +47,15 @@ config YAFFS_ECC_WRONG_ORDER If unsure, say N. +config YAFFS_YAFFS2 + bool "2048 byte (or larger) / page devices" + depends on YAFFS_FS + default y + help + Enable YAFFS2 support -- yaffs for >= 2048 byte / page larger devices + + If unsure, say Y. + config YAFFS_DISABLE_CHUNK_ERASED_CHECK bool "Turn off debug chunk erase check" depends on YAFFS_FS
