:orphan: .. title:: CONFIG_IEEE802154_NRF5_EXT_IRQ_MGMT .. kconfig:: CONFIG_IEEE802154_NRF5_EXT_IRQ_MGMT CONFIG_IEEE802154_NRF5_EXT_IRQ_MGMT ################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none The driver may manage radio IRQs by itself, or use an external radio IRQ provider. When radio IRQs are managed by an external provider, the driver shall not configure radio IRQs. Enable this option when external radio IRQ provider is enabled in the system. One example of external radio IRQ provider could be a radio arbiter used in dynamic multiprotocol applications. Direct dependencies =================== \ :kconfig:`IEEE802154_NRF5 ` && \ :kconfig:`IEEE802154 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NRF_802154_SER_HOST ` - \ :kconfig:`NRF_802154_SER_HOST ` Kconfig definition ================== At ``/ieee802154/Kconfig.nrf5:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:10`` → ``/ieee802154/Kconfig:68`` Menu path: (Top) → Device Drivers → IEEE 802.15.4 drivers options → nRF52 series IEEE 802.15.4 Driver .. code-block:: kconfig config IEEE802154_NRF5_EXT_IRQ_MGMT bool depends on IEEE802154_NRF5 && IEEE802154 help The driver may manage radio IRQs by itself, or use an external radio IRQ provider. When radio IRQs are managed by an external provider, the driver shall not configure radio IRQs. Enable this option when external radio IRQ provider is enabled in the system. One example of external radio IRQ provider could be a radio arbiter used in dynamic multiprotocol applications. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*