CONFIG_NRF53_UPGRADE_NETWORK_CORE

Support updating nRF53 Network Core application

Type: bool

Help

Enables support for updating the application on the nRF53 Network core.

Direct dependencies

SOC_NRF5340_CPUAPP && BOOTLOADER_MCUBOOT

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/subsys/bootloader/Kconfig:216

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:8

Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader

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.)