choice RPMSG_SERVICE_MODE: RPMsg Service mode

RPMsg Service mode

Type: bool

Kconfig definitions

At <Zephyr>/modules/hal_nordic/Kconfig:176

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:50

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/sdk-nrf/sdk-nrf/ncs/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 <Zephyr>/modules/hal_nordic/Kconfig:207

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:50

Menu path: (Top) → Modules → hal_nordic (/home/runner/work/sdk-nrf/sdk-nrf/ncs/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 <Zephyr>/modules/hal_nordic/Kconfig:176

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/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 <Zephyr>/modules/hal_nordic/Kconfig:207

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/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>/drivers/bluetooth/hci/Kconfig:127

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:8<Zephyr>/drivers/bluetooth/Kconfig:16

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 && !BT_CTLR

At <Zephyr>/subsys/ipc/rpmsg_service/Kconfig:77

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