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

<choice: nRF RPC transport layer>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nrfxlib>/nrf_rpc/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:5<nrfxlib>/Kconfig.nrfxlib:15

Menu path: (Top) → Modules → 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: nRF RPC transport layer>
    help
      If enabled selects RPMsg as a transport layer for nRF PRC.

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