choice RPMSG_SERVICE_MODE: RPMsg Service mode

RPMsg Service mode

Type: bool

Kconfig definitions

At <External Modules>/hal_nordic/Kconfig:176

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → 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

At <External Modules>/hal_nordic/Kconfig:207

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:14

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → 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

At <External Modules>/hal_nordic/Kconfig:176

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/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 <External Modules>/hal_nordic/Kconfig:207

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/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 <Zephyr Driver>/bluetooth/hci/Kconfig:115

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:8<Zephyr Driver>/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 <Zephyr Subsystem>/ipc/rpmsg_service/Kconfig:77

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:27<Zephyr Subsystem>/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.)