-
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:228
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → 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.)