CONFIG_RPMSG_MASTER

Master

Type: bool

Help

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

Direct dependencies

<choice: RPMSG device role>

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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_MASTER
    bool "Master"
    depends on <choice: RPMSG device role>
    help
      Selects RPMsg role as "Master". The other side must be configured as
      "Remote".

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