X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=Kconfig;h=1d3bb715e6e09ad4854dba7a43ca1e07ecb667a1;hp=c0e545b647b1c9e882dda2fdb9de89bb3737bdf2;hb=1ffa02489a63129109b66774681c94fe0a8a946a;hpb=8f17165a321c42eb43bff7617af94f33ad392a97 diff --git a/Kconfig b/Kconfig index c0e545b..1d3bb71 100644 --- a/Kconfig +++ b/Kconfig @@ -90,6 +90,18 @@ config YAFFS_AUTO_YAFFS2 If unsure, say Y. +config YAFFS_DISABLE_TAGS_ECC + bool "Disable YAFFS from doing ECC on tags by default" + depends on YAFFS_FS && YAFFS_YAFFS2 + default n + help + This defaults Yaffs to using its own ECC calculations on tags instead of + just relying on the MTD. + This behavior can also be overridden with tags_ecc_on and + tags_ecc_off mount options. + + If unsure, say N. + config YAFFS_DISABLE_LAZY_LOAD bool "Disable lazy loading" depends on YAFFS_YAFFS2