:orphan: .. title:: CONFIG_NRF53_UPGRADE_NETWORK_CORE .. kconfig:: CONFIG_NRF53_UPGRADE_NETWORK_CORE CONFIG_NRF53_UPGRADE_NETWORK_CORE ################################# *Support updating nRF53 Network Core application* Type: ``bool`` Help ==== .. code-block:: none Enables support for updating the application on the nRF53 Network core. Direct dependencies =================== \ :kconfig:`SOC_NRF5340_CPUAPP ` && \ :kconfig:`BOOTLOADER_MCUBOOT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/subsys/bootloader/Kconfig:225`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:8`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bootloader .. code-block:: kconfig config NRF53_UPGRADE_NETWORK_CORE bool "Support updating nRF53 Network Core application" default y depends on SOC_NRF5340_CPUAPP && BOOTLOADER_MCUBOOT help Enables support for updating the application on the nRF53 Network core. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*