X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=Kconfig;h=859f745903af00a92f4a314be50d6dc4f85573f1;hp=65958cfedb6f0474083a6bb1a34ed9f26788050e;hb=db670e4a90555c2809667b3a032e08ca26d23e8c;hpb=c898fad8c0b581688b4ebd9d7952c909379d6df7 diff --git a/Kconfig b/Kconfig index 65958cf..859f745 100644 --- a/Kconfig +++ b/Kconfig @@ -4,6 +4,7 @@ config YAFFS_FS tristate "YAFFS2 file system support" + default n help YAFFS2, or Yet Another Flash Filing System, is a filing system optimised for NAND Flash chips. @@ -19,6 +20,7 @@ config YAFFS_FS config YAFFS_YAFFS1 bool "512 byte / page devices" depends on YAFFS_FS + default y help Enable YAFFS1 support -- yaffs for 512 byte / page devices @@ -27,6 +29,7 @@ config YAFFS_YAFFS1 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