Commit 2b5650cf authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files

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: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent a10d2c5c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
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