boards: add a menu surrounding board Kconfig

This adds a menu to enclose all board Kconfig. So the board
configs do not appear on the top level out of context in
menuconfig. This also reflects the SoC options where these are
under menus for each architecture.

Change-Id: I76ce2bf1acf7cbd2673ceb2eac71e96cdca2ff35
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2016-03-15 10:27:39 -07:00 committed by Anas Nashif
parent ef83c14c4a
commit 1268ab9f1d

View file

@ -5,4 +5,6 @@ source "boards/*/Kconfig.board"
endchoice
menu "Board Options"
source "boards/*/Kconfig"
endmenu