kconfig: move Zephyr modules Kconfig entries to the top
Zephyr modules' Kconfig entries appear in a seemingly random spot in menuconfig. This patch moves those entries at the top of the menu, to improve their visibility and make their location predictable. Signed-off-by: Emanuele Di Santo <emdi@nordicsemi.no>
This commit is contained in:
parent
193d6c60df
commit
9acb643d23
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
source "$(PROJECT_BINARY_DIR)/Kconfig.modules"
|
||||
|
||||
# Include these first so that any properties (e.g. defaults) below can be
|
||||
# overriden in *.defconfig files (by defining symbols in multiple locations).
|
||||
# After merging all the symbol definitions, Kconfig picks the first property
|
||||
|
@ -38,8 +40,6 @@ source "subsys/Kconfig"
|
|||
|
||||
source "ext/Kconfig"
|
||||
|
||||
source "$(PROJECT_BINARY_DIR)/Kconfig.modules"
|
||||
|
||||
menu "Build and Link Features"
|
||||
|
||||
menu "Linker Options"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue