choice: RPMSG device role

RPMSG device role

Type: bool

Direct dependencies

NRF_RPC_TR_RPMSG && NRF_RPC

(Includes any dependencies from ifs and menus.)

Choice options

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<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

choice
    bool "RPMSG device role"
    default RPMSG_REMOTE if SOC_NRF5340_CPUNET
    default RPMSG_MASTER
    depends on NRF_RPC_TR_RPMSG && NRF_RPC

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