CONFIG_NCS_INCLUDE_RPMSG_CHILD_IMAGE

Include RPMsg sample on netcore

Type: bool

Help

Enabling this setting will include a network stack to run on the
network core and communicate over RPMsg with the application core.
The application core does not have access to the radio peripheral.

The network core sample to be included depends on the configuration of
the application.

The following RPMsg samples may be included when this setting is enabled:
In order of precedence:
- Multiprotocol RPMsg: When both Bluetooth and nRF IEEE 802.15.4 Serialization host are enabled.
- HCI RPMsg: When only Bluetooth is enabled
- nRF IEEE 802.15.4 Serialization RPMsg: When only nRF IEEE 802.15.4 Serialization host is enabled.
- nRF RPC Host: When Bluetooth and Bluetooth serialization over RPC are enabled.

Direct dependencies

SOC_NRF5340_CPUAPP && (BT_RPMSG_NRF53 || NRF_802154_SER_HOST || BT_RPC) && SOC_SERIES_NRF53X

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definition

At <nRF>/samples/Kconfig:29

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

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

config NCS_INCLUDE_RPMSG_CHILD_IMAGE
    bool "Include RPMsg sample on netcore"
    default y if BT_RPMSG_NRF53 || NRF_802154_SER_HOST || BT_RPC
    select PARTITION_MANAGER_ENABLED
    depends on SOC_NRF5340_CPUAPP && (BT_RPMSG_NRF53 || NRF_802154_SER_HOST || BT_RPC) && SOC_SERIES_NRF53X
    help
      Enabling this setting will include a network stack to run on the
      network core and communicate over RPMsg with the application core.
      The application core does not have access to the radio peripheral.

      The network core sample to be included depends on the configuration of
      the application.

      The following RPMsg samples may be included when this setting is enabled:
      In order of precedence:
      - Multiprotocol RPMsg: When both Bluetooth and nRF IEEE 802.15.4 Serialization host are enabled.
      - HCI RPMsg: When only Bluetooth is enabled
      - nRF IEEE 802.15.4 Serialization RPMsg: When only nRF IEEE 802.15.4 Serialization host is enabled.
      - nRF RPC Host: When Bluetooth and Bluetooth serialization over RPC are enabled.

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