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:
Emanuele Di Santo 2019-03-13 15:30:55 +01:00 committed by Kumar Gala
commit 9acb643d23

View file

@ -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"