diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-09-04 23:35:55 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-05 15:45:24 +0200 |
commit | 2b5650cf7ffb6800d56d620aca7377500cc26b37 (patch) | |
tree | 06b6f8d99c822b7ee5648265700d721e9b8f7285 | |
parent | a10d2c5c40f361eef777a1a7fa0fd88b67efa825 (diff) |
targets: move target options to their own sub-menu
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>
-rw-r--r-- | arch/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/Config.in b/arch/Config.in index 14899ca06..3fd8c1c79 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -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 |