The latest development version of this page may be more current than this released 2.7.5 version.
choice RPMSG_SERVICE_MODE: RPMsg Service mode

RPMsg Service mode

Type: bool

Direct dependencies

(NRF_802154_SER_RADIO && HAS_NORDIC_DRIVERS && 0) || (NRF_802154_SER_HOST && (NRF_802154_SER_HOST || NRF_802154_SER_RADIO) && HAS_NORDIC_DRIVERS && 0) || (BT_RPMSG_NRF53 && BT_HCI && BT_DRIVERS) || RPMSG_SERVICE

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definitions

At modules/hal_nordic/Kconfig:176

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

Menu path: (Top) → Modules → Nordic drivers → nRF IEEE 802.15.4 Driver serialization radio

choice RPMSG_SERVICE_MODE
    bool
    default RPMSG_SERVICE_MODE_REMOTE
    depends on NRF_802154_SER_RADIO && HAS_NORDIC_DRIVERS && 0

At modules/hal_nordic/Kconfig:207

Included via Kconfig:8Kconfig.zephyr:33modules/Kconfig:74

Menu path: (Top) → Modules → Nordic drivers → nRF 802.15.4 serialization

choice RPMSG_SERVICE_MODE
    bool
    default RPMSG_SERVICE_MODE_MASTER
    depends on NRF_802154_SER_HOST && (NRF_802154_SER_HOST || NRF_802154_SER_RADIO) && HAS_NORDIC_DRIVERS && 0

At drivers/bluetooth/hci/Kconfig:115

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:8drivers/bluetooth/Kconfig:20

Menu path: (Top) → Device Drivers → Bluetooth Drivers → nRF53 configuration of RPMsg

choice RPMSG_SERVICE_MODE
    bool
    default RPMSG_SERVICE_MODE_MASTER
    depends on BT_RPMSG_NRF53 && BT_HCI && BT_DRIVERS

At subsys/ipc/rpmsg_service/Kconfig:77

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:27subsys/ipc/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users

choice RPMSG_SERVICE_MODE
    bool "RPMsg Service mode"
    depends on RPMSG_SERVICE

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