diff --git a/Kconfig.zephyr b/Kconfig.zephyr index 05eafd9e4bf..749b8204182 100644 --- a/Kconfig.zephyr +++ b/Kconfig.zephyr @@ -7,8 +7,12 @@ # SPDX-License-Identifier: Apache-2.0 # +menu "Modules" + source "$(CMAKE_BINARY_DIR)/Kconfig.modules" +endmenu + # 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