arch/Config.in*: fix attributes order
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sun, 1 Apr 2018 05:08:34 +0000 (02:08 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 05:59:45 +0000 (07:59 +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>
arch/Config.in
arch/Config.in.arc
arch/Config.in.arm
arch/Config.in.bfin
arch/Config.in.m68k
arch/Config.in.mips
arch/Config.in.powerpc
arch/Config.in.sh
arch/Config.in.sparc
arch/Config.in.x86
arch/Config.in.xtensa

index d3f63da34f26bbf1d213333426fd0dfeb1d39f00..dd972bc0ee2fe937d49169143bbc4acc794cab3a 100644 (file)
@@ -376,8 +376,8 @@ endchoice
 # Set up flat binary type
 choice
        prompt "FLAT Binary type"
-       depends on BR2_BINFMT_FLAT
        default BR2_BINFMT_FLAT_ONE
+       depends on BR2_BINFMT_FLAT
 
 config BR2_BINFMT_FLAT_ONE
        bool "One memory region"
index 92503a01400196e9672351c46b236ec403024cf3..156384b9a5c8111e95d1a483b85327e8fde87adb 100644 (file)
@@ -1,7 +1,7 @@
 choice
        prompt "Target CPU"
-       depends on BR2_arc
        default BR2_arc770d
+       depends on BR2_arc
        help
            Specific CPU to use
 
index b05e83e33ca736dd3a684df9f87deb5b9a56d6a7..c99a995db2f6d70120b9b488687004344a9fa869 100644 (file)
@@ -456,9 +456,9 @@ config BR2_ARM_ENABLE_VFP
 
 choice
        prompt "Target ABI"
-       depends on BR2_arm || BR2_armeb
        default BR2_ARM_EABIHF if BR2_ARM_CPU_HAS_VFPV2
        default BR2_ARM_EABI
+       depends on BR2_arm || BR2_armeb
        help
          Application Binary Interface to use. The Application Binary
          Interface describes the calling conventions (how arguments
@@ -746,7 +746,6 @@ config BR2_GCC_TARGET_ABI
        default "lp64"          if BR2_aarch64 || BR2_aarch64_be
 
 config BR2_GCC_TARGET_FPU
-       depends on BR2_arm || BR2_armeb
        default "vfp"           if BR2_ARM_FPU_VFPV2
        default "vfpv3"         if BR2_ARM_FPU_VFPV3
        default "vfpv3-d16"     if BR2_ARM_FPU_VFPV3D16
@@ -756,6 +755,7 @@ config BR2_GCC_TARGET_FPU
        default "neon-vfpv4"    if BR2_ARM_FPU_NEON_VFPV4
        default "fp-armv8"      if BR2_ARM_FPU_FP_ARMV8
        default "neon-fp-armv8" if BR2_ARM_FPU_NEON_FP_ARMV8
+       depends on BR2_arm || BR2_armeb
 
 config BR2_GCC_TARGET_FLOAT_ABI
        default "soft"          if BR2_ARM_SOFT_FLOAT
index bd9589c71d7f191ffeecd67539a47d6b540a6d5e..b570d388fdbe290c26de223ba64cbf4c2ddc592b 100644 (file)
@@ -1,7 +1,7 @@
 choice
        prompt "Target CPU"
-       depends on BR2_bfin
        default BR2_bf532
+       depends on BR2_bfin
        help
          Specify target CPU
 config BR2_bf512
index c56031cb780b30796365dcd6e6ffef1e2784fc4e..c134df2f14a27f3d05a638a9f0156705abdef70b 100644 (file)
@@ -15,8 +15,8 @@ config BR2_m68k_cf
 # coldfire variants will be added later
 choice
        prompt "Target CPU"
-       depends on BR2_m68k
        default BR2_m68k_68040
+       depends on BR2_m68k
        help
          Specific CPU variant to use
 
index f8e57bab3396253477df5f7eb28f78fb2ee2f253..eaabb625cc55576d1640eb02fe5fc5f1c6c466cf 100644 (file)
@@ -28,9 +28,9 @@ config BR2_MIPS_CPU_MIPS64R6
 
 choice
        prompt "Target Architecture Variant"
-       depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
        default BR2_mips_32 if BR2_mips || BR2_mipsel
        default BR2_mips_64 if BR2_mips64 || BR2_mips64el
+       depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
        help
          Specific CPU variant to use
 
@@ -118,8 +118,8 @@ endchoice
 
 choice
        prompt "Target ABI"
-       depends on BR2_mips64 || BR2_mips64el
        default BR2_MIPS_NABI32
+       depends on BR2_mips64 || BR2_mips64el
 
        help
          Application Binary Interface to use
@@ -145,8 +145,8 @@ config BR2_MIPS_SOFT_FLOAT
 
 choice
        prompt "FP mode"
-       depends on !BR2_ARCH_IS_64 && !BR2_MIPS_SOFT_FLOAT
        default BR2_MIPS_FP32_MODE_XX
+       depends on !BR2_ARCH_IS_64 && !BR2_MIPS_SOFT_FLOAT
        help
          MIPS32 supports different FP modes (32,xx,64). Information about FP
          modes can be found here:
@@ -180,8 +180,8 @@ config BR2_MIPS_NAN_2008
 
 choice
        prompt "Target NaN"
-       depends on BR2_mips_32r5 || BR2_mips_64r5
        default BR2_MIPS_ENABLE_NAN_2008
+       depends on BR2_mips_32r5 || BR2_mips_64r5
        help
          MIPS supports two different NaN encodings, legacy and 2008.
          Information about MIPS NaN encodings can be found here:
index 09684126472742598d0d4e5d19553b09562fc6a1..7a452a630a4ac71fefe9de80b1e723db359fe7e4 100644 (file)
@@ -71,12 +71,12 @@ config BR2_powerpc_740
        depends on !BR2_ARCH_IS_64
 config BR2_powerpc_7400
        bool "7400"
-       select BR2_POWERPC_CPU_HAS_ALTIVEC
        depends on !BR2_ARCH_IS_64
+       select BR2_POWERPC_CPU_HAS_ALTIVEC
 config BR2_powerpc_7450
        bool "7450"
-       select BR2_POWERPC_CPU_HAS_ALTIVEC
        depends on !BR2_ARCH_IS_64
+       select BR2_POWERPC_CPU_HAS_ALTIVEC
 config BR2_powerpc_750
        bool "750"
        depends on !BR2_ARCH_IS_64
index deb7244f291f2b8ea955efc31cc4c900eb95e92a..1cb2db90ad891dfbc74230e3649e080bbb359075 100644 (file)
@@ -1,7 +1,7 @@
 choice
        prompt "Target Architecture Variant"
-       depends on BR2_sh
        default BR2_sh4
+       depends on BR2_sh
        help
          Specific CPU variant to use
 
index 9b6a6aa21aaf6603a42c3cb5728b0d87971b553c..b22b55142e0572252648ce87894add380f2b3f09 100644 (file)
@@ -1,8 +1,8 @@
 choice
        prompt "Target Architecture Variant"
-       depends on BR2_sparc || BR2_sparc64
        default BR2_sparc_v8 if BR2_sparc
        default BR2_sparc_v9 if BR2_sparc64
+       depends on BR2_sparc || BR2_sparc64
        help
          Specific CPU variant to use
 
index 8e623b3c2ba29d538a0a6062babb7e15930a3b48..f7c53a0fae4c44941fdf96e72ba42cf311fd6a93 100644 (file)
@@ -20,8 +20,8 @@ config BR2_X86_CPU_HAS_AVX2
 
 choice
        prompt "Target Architecture Variant"
-       depends on BR2_i386 || BR2_x86_64
        default BR2_x86_i586 if BR2_i386
+       depends on BR2_i386 || BR2_x86_64
        help
          Specific CPU variant to use
 
@@ -50,35 +50,35 @@ config BR2_x86_pentiumpro
        depends on !BR2_x86_64
 config BR2_x86_pentium_mmx
        bool "pentium MMX"
-       select BR2_X86_CPU_HAS_MMX
        depends on !BR2_x86_64
+       select BR2_X86_CPU_HAS_MMX
 config BR2_x86_pentium_m
        bool "pentium mobile"
+       depends on !BR2_x86_64
        select BR2_X86_CPU_HAS_MMX
        select BR2_X86_CPU_HAS_SSE
-       depends on !BR2_x86_64
 config BR2_x86_pentium2
        bool "pentium2"
-       select BR2_X86_CPU_HAS_MMX
        depends on !BR2_x86_64
+       select BR2_X86_CPU_HAS_MMX
 config BR2_x86_pentium3
        bool "pentium3"
+       depends on !BR2_x86_64
        select BR2_X86_CPU_HAS_MMX
        select BR2_X86_CPU_HAS_SSE
-       depends on !BR2_x86_64
 config BR2_x86_pentium4
        bool "pentium4"
+       depends on !BR2_x86_64
        select BR2_X86_CPU_HAS_MMX
        select BR2_X86_CPU_HAS_SSE
        select BR2_X86_CPU_HAS_SSE2
-       depends on !BR2_x86_64
 config BR2_x86_prescott
        bool "prescott"
+       depends on !BR2_x86_64
        select BR2_X86_CPU_HAS_MMX
        select BR2_X86_CPU_HAS_SSE
        select BR2_X86_CPU_HAS_SSE2
        select BR2_X86_CPU_HAS_SSE3
-       depends on !BR2_x86_64
 config BR2_x86_nocona
        bool "nocona"
        select BR2_X86_CPU_HAS_MMX
@@ -140,21 +140,21 @@ config BR2_x86_silvermont
        select BR2_X86_CPU_HAS_SSE42
 config BR2_x86_k6
        bool "k6"
-       select BR2_X86_CPU_HAS_MMX
        depends on !BR2_x86_64
+       select BR2_X86_CPU_HAS_MMX
 config BR2_x86_k6_2
        bool "k6-2"
-       select BR2_X86_CPU_HAS_MMX
        depends on !BR2_x86_64
+       select BR2_X86_CPU_HAS_MMX
 config BR2_x86_athlon
        bool "athlon"
-       select BR2_X86_CPU_HAS_MMX
        depends on !BR2_x86_64
+       select BR2_X86_CPU_HAS_MMX
 config BR2_x86_athlon_4
        bool "athlon-4"
+       depends on !BR2_x86_64
        select BR2_X86_CPU_HAS_MMX
        select BR2_X86_CPU_HAS_SSE
-       depends on !BR2_x86_64
 config BR2_x86_opteron
        bool "opteron"
        select BR2_X86_CPU_HAS_MMX
@@ -198,21 +198,21 @@ config BR2_x86_geode
        depends on !BR2_x86_64
 config BR2_x86_c3
        bool "Via/Cyrix C3 (Samuel/Ezra cores)"
-       select BR2_X86_CPU_HAS_MMX
        depends on !BR2_x86_64
+       select BR2_X86_CPU_HAS_MMX
 config BR2_x86_c32
        bool "Via C3-2 (Nehemiah cores)"
+       depends on !BR2_x86_64
        select BR2_X86_CPU_HAS_MMX
        select BR2_X86_CPU_HAS_SSE
-       depends on !BR2_x86_64
 config BR2_x86_winchip_c6
        bool "IDT Winchip C6"
-       select BR2_X86_CPU_HAS_MMX
        depends on !BR2_x86_64
+       select BR2_X86_CPU_HAS_MMX
 config BR2_x86_winchip2
        bool "IDT Winchip 2"
-       select BR2_X86_CPU_HAS_MMX
        depends on !BR2_x86_64
+       select BR2_X86_CPU_HAS_MMX
 endchoice
 
 config BR2_ARCH
index 5d5bcb48f99f6deb47af435025616bc84a52a0f5..49e93a4774c50be370d4ad1fd89b4f8239e0c9d7 100644 (file)
@@ -1,15 +1,15 @@
 choice
        prompt "Target Architecture Variant"
-       depends on BR2_xtensa
        default BR2_xtensa_fsf
+       depends on BR2_xtensa
 
 config BR2_XTENSA_CUSTOM
-       select BR2_ARCH_HAS_MMU_OPTIONAL
        bool "Custom Xtensa processor configuration"
+       select BR2_ARCH_HAS_MMU_OPTIONAL
 
 config BR2_xtensa_fsf
-       select BR2_ARCH_HAS_MMU_MANDATORY
        bool "fsf - Default configuration"
+       select BR2_ARCH_HAS_MMU_MANDATORY
 
 endchoice
 
@@ -30,8 +30,8 @@ config BR2_XTENSA_OVERLAY_FILE
 
 choice
        prompt "Target Architecture Endianness"
-       depends on BR2_XTENSA_CUSTOM
        default BR2_XTENSA_LITTLE_ENDIAN
+       depends on BR2_XTENSA_CUSTOM
 
 config BR2_XTENSA_LITTLE_ENDIAN
        bool "Little endian"