# HG changeset patch # User "Yann E. MORIN" # Date 1303935487 -7200 # Node ID ac27814977fd0dcc7b5c4cd5db9ac460ba024cab # Parent 20edcd78cf67159312569cb92cc3b98b5aeb1528 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" diff -r 20edcd78cf67 -r ac27814977fd config/target.in --- a/config/target.in Thu Apr 28 00:13:41 2011 +0200 +++ b/config/target.in Wed Apr 27 22:18:07 2011 +0200 @@ -37,11 +37,11 @@ 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 @@ endchoice -source "config.gen/arch.in.2" - #-------------------------------------- comment "Target optimisations" @@ -313,4 +311,6 @@ Leave blank if you don't know better. +source "config.gen/arch.in.2" + endmenu