CONFIG_NRF_RPC_TR_RPMSG

nRF RPC over RPMsg

Type: bool

Help

If enabled selects RPMsg as a transport layer for nRF PRC.

Direct dependencies

NRF_RPC || <choice: nRF RPC transport layer>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definitions

At <nRF>/subsys/nrf_rpc/Kconfig:18

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

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → nRF RPC (Remote Procedure Call) library

config NRF_RPC_TR_RPMSG
    bool
    select RPMSG_SERVICE
    depends on NRF_RPC

At <nrfxlib>/nrf_rpc/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:86<nrfxlib>/Kconfig.nrfxlib:15

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → nRF RPC (Remote Procedure Call) library → nRF RPC transport layer

config NRF_RPC_TR_RPMSG
    bool "nRF RPC over RPMsg"
    depends on <choice>
    help
      If enabled selects RPMsg as a transport layer for nRF PRC.

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