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

Symbols selected by this symbol

Kconfig definition

At <nRF>/samples/Kconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:53

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config NCS_SAMPLE_EMPTY_APP_CORE_CHILD_IMAGE
    bool "Enable empty_app_core as a child image"
    default n
    select PARTITION_MANAGER_ENABLED
    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.)