-
CONFIG_RPMSG_MASTER
¶
Master
Type: bool
Help¶
Selects RPMsg role as “Master”. The other side must be configured as “Remote”.
Kconfig definition¶
At <nRF>/subsys/nrf_rpc/Kconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <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 → 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.)