CONFIG_RPMSG_REMOTE

Remote

Type: bool

Help

Selects RPMsg role as “Remote”. The other side must be configured as “Master”.

Direct dependencies

<choice: RPMSG device role>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:38

Menu path: (Top) → Modules → Nordic nRF Connect → nRF RPC (Remote Procedure Call) library → RPMSG device role

config RPMSG_REMOTE
    bool "Remote"
    depends on <choice: RPMSG device role>
    help
      Selects RPMsg role as "Remote". The other side must be configured as
      "Master".

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