From 1a8707fa876b3ee157b7e22a27ca272c358a8e3b Mon Sep 17 00:00:00 2001 From: luc Date: Mon, 1 Aug 2005 21:03:06 +0000 Subject: [PATCH] Move around the option in Kconfig so that depending stuff are nicely indented. --- Kconfig | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Kconfig b/Kconfig index 075c7c7..deb1c47 100644 --- 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 -- 2.30.2