menu "Network core configuration" depends on SUPPORT_NETCORE config SUPPORT_NETCORE_DIRECT_TEST_MODE bool default y choice NETCORE prompt "Netcore image" depends on SUPPORT_NETCORE && !EXTERNAL_CONFIGURED_NETCORE config NETCORE_DIRECT_TEST_MODE bool "direct test mode" help Use manufacturing dtm image as the network core image. endchoice # if !NETCORE_NONE config NETCORE_IMAGE_NAME default "direct_test_mode" if NETCORE_DIRECT_TEST_MODE config NETCORE_IMAGE_PATH default "../../../" if NETCORE_DIRECT_TEST_MODE # endif # !NETCORE_NONE endmenu source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"