CONFIG_NCS_SAMPLE_EMPTY_APP_CORE_CHILD_IMAGE

Enable empty_app_core as a child image

Type: bool

Help

Add the empty_app_core as a child image for the given sample. Used by samples that only require SOC_NRF5340_CPUNET.

Direct dependencies

SOC_NRF5340_CPUNET

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <nRF>/samples/Kconfig:19

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

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

config NCS_SAMPLE_EMPTY_APP_CORE_CHILD_IMAGE
    bool "Enable empty_app_core as a child image"
    default n
    depends on SOC_NRF5340_CPUNET
    help
      Add the empty_app_core as a child image for the given sample.
      Used by samples that only require SOC_NRF5340_CPUNET.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)