Move around the option in Kconfig so that depending stuff are nicely indented.
authorluc <luc>
Mon, 1 Aug 2005 21:03:06 +0000 (21:03 +0000)
committerluc <luc>
Mon, 1 Aug 2005 21:03:06 +0000 (21:03 +0000)
Kconfig

diff --git a/Kconfig b/Kconfig
index 075c7c7659b5aecbad4cf8561b7b56040190273a..deb1c47ffefb4a50273328f4b298911b8da6d0c1 100644 (file)
--- 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