config: reorder the architectures sub-menu

Re-organise the sub-menu so that:
 - the archs list comes first,
 - followed by archs generic options
 - followed by archs specific options

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-04-27 22:18:07 +02:00
parent c9a186ec84
commit 2ba42cb171

View File

@ -37,11 +37,11 @@ config ARCH_FLOAT_SW
config TARGET_CFLAGS
config TARGET_LDFLAGS
comment "General target options"
source "config.gen/arch.in"
#--------------------------------------
comment "Generic target options"
config ARCH_SUPPORTS_BOTH_MMU
bool
default n
@ -136,8 +136,6 @@ config ARCH_64
endchoice
source "config.gen/arch.in.2"
#--------------------------------------
comment "Target optimisations"
@ -313,4 +311,6 @@ config TARGET_LDFLAGS
Leave blank if you don't know better.
source "config.gen/arch.in.2"
endmenu