fs/*/Config.in: fix attributes order
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sun, 1 Apr 2018 05:08:36 +0000 (02:08 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 06:52:45 +0000 (08:52 +0200)
... to follow the convention: type, default, depends on, select, help.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
fs/jffs2/Config.in
fs/tar/Config.in

index f1703f4edd811b99ebe5e512ef73f64a2b2b298d..208cabaa522db0ffe2b9c90f23d1b77ec60b4a5e 100644 (file)
@@ -38,8 +38,8 @@ endchoice
 
 config BR2_TARGET_ROOTFS_JFFS2_CUSTOM_EBSIZE
        hex "Erase block size"
-       depends on BR2_TARGET_ROOTFS_JFFS2_CUSTOM
        default 0x20000
+       depends on BR2_TARGET_ROOTFS_JFFS2_CUSTOM
        help
          Set to erase size of memory
 
@@ -68,8 +68,8 @@ config BR2_TARGET_ROOTFS_JFFS2_PAD
 
 config BR2_TARGET_ROOTFS_JFFS2_PADSIZE
        hex "Pad output size (0x0 = to end of EB)"
-       depends on BR2_TARGET_ROOTFS_JFFS2_PAD
        default 0x0
+       depends on BR2_TARGET_ROOTFS_JFFS2_PAD
        help
          Set to 0x0 to pad to end of erase block.
 
@@ -100,8 +100,8 @@ config BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
 
 config BR2_TARGET_ROOTFS_JFFS2_CUSTOM_PAGESIZE
        hex "Virtual memory page size"
-       depends on BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
        default 0x1000
+       depends on BR2_TARGET_ROOTFS_JFFS2_USE_CUSTOM_PAGESIZE
        help
          Set to virtual memory page size of target system (in bytes).  This value
          should match the virtual page size in Linux (i.e. this should have the
index 2116edf143c10ce24ab7f3856bd2b473bf8ccf4f..a4e375c68b657883dd5f86c7b4e64f781de52637 100644 (file)
@@ -50,8 +50,8 @@ endchoice
 
 config BR2_TARGET_ROOTFS_TAR_OPTIONS
        string "other random options to pass to tar"
-       depends on BR2_TARGET_ROOTFS_TAR
        default ""
+       depends on BR2_TARGET_ROOTFS_TAR
        help
          Any other flags you want to pass to tar
          Refer to tar --help for details