:orphan: .. title:: CONFIG_NRF_802154_MULTIPROTOCOL_SUPPORT .. kconfig:: CONFIG_NRF_802154_MULTIPROTOCOL_SUPPORT CONFIG_NRF_802154_MULTIPROTOCOL_SUPPORT ####################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none In dynamic multiprotocol applications, access to the radio peripheral must be distributed by an arbiter. To support this arbitration in the driver, this option must be enabled. Otherwise, the driver assumes that access to the radio peripheral is granted indefinitely. Help ==== .. code-block:: none In dynamic multiprotocol applications, access to the radio peripheral must be distributed by an arbiter. To support this arbitration in the driver, this option must be enabled. Otherwise, the driver assumes that access to the radio peripheral is granted indefinitely. Direct dependencies =================== (\ :kconfig:`NRF_802154_RADIO_DRIVER ` && \ :kconfig:`HAS_NORDIC_DRIVERS `) || (\ :kconfig:`NRF_802154_RADIO_DRIVER ` && \ :kconfig:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/hal_nordic/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:14`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig config NRF_802154_MULTIPROTOCOL_SUPPORT bool depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS help In dynamic multiprotocol applications, access to the radio peripheral must be distributed by an arbiter. To support this arbitration in the driver, this option must be enabled. Otherwise, the driver assumes that access to the radio peripheral is granted indefinitely. ---- At ``/hal_nordic/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → Nordic drivers → Enable nRF IEEE 802.15.4 radio driver .. code-block:: kconfig config NRF_802154_MULTIPROTOCOL_SUPPORT bool depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0 help In dynamic multiprotocol applications, access to the radio peripheral must be distributed by an arbiter. To support this arbitration in the driver, this option must be enabled. Otherwise, the driver assumes that access to the radio peripheral is granted indefinitely. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*