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:
parent
ef83c14c4a
commit
1268ab9f1d
|
@ -5,4 +5,6 @@ source "boards/*/Kconfig.board"
|
|||
endchoice
|
||||
|
||||
|
||||
menu "Board Options"
|
||||
source "boards/*/Kconfig"
|
||||
endmenu
|
||||
|
|
Loading…
Reference in a new issue