targets: move target options to their own sub-menu
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 4 Sep 2013 21:35:55 +0000 (23:35 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 5 Sep 2013 13:45:24 +0000 (15:45 +0200)
Currently, all target options lie in the top-level menu.
This looks a bit clumsy, since all other options are neatly
folded into their own sematic sub-menus each.

Move the target option into their own sub-menu too.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
arch/Config.in

index 14899ca068398b02da3f2898f6bf92fecd998ce5..3fd8c1c7902ec26b89b49da9cb662590121f5cde 100644 (file)
@@ -1,3 +1,5 @@
+menu "Target options"
+
 config BR2_ARCH_IS_64
        bool
 
@@ -335,3 +337,5 @@ endif
 if BR2_xtensa
 source "arch/Config.in.xtensa"
 endif
+
+endmenu # Target options