CONFIG_NCS_SAMPLE_RPC_HOST_CHILD_IMAGE

(No prompt – not directly user assignable.)

Type: bool

Help

rpc_host sample as a child image (network core).

Direct dependencies

BT_RPC && NCS_INCLUDE_RPMSG_CHILD_IMAGE && SOC_SERIES_NRF53X

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/samples/Kconfig:72

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 → Include RPMsg sample on netcore

config NCS_SAMPLE_RPC_HOST_CHILD_IMAGE
    bool
    default y
    depends on BT_RPC && NCS_INCLUDE_RPMSG_CHILD_IMAGE && SOC_SERIES_NRF53X
    help
      rpc_host sample as a child image (network core).

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