:orphan: .. title:: NRF_802154_RADIO_DRIVER .. option:: CONFIG_NRF_802154_RADIO_DRIVER *Enable nRF IEEE 802.15.4 radio driver* *Enable nRF IEEE 802.15.4 radio driver* Type: ``bool`` Help ==== This option enables nRF IEEE 802.15.4 radio driver in Zephyr. Note, that beside the radio peripheral itself, this drivers occupies several other peripherals. A complete list can be found in the hal_nordic repository, within drivers/nrf_radio_802154/nrf_802154_peripherals.h file. As the nRF IEEE 802.15.4 radio driver defines IRQ configuration abstraction layer API and its Zephyr-specific implementation uses dynamic interrupts, the DYNAMIC_INTERRUPTS switch is selected unconditionally. Help ==== This option enables nRF IEEE 802.15.4 radio driver in Zephyr. Note, that beside the radio peripheral itself, this drivers occupies several other peripherals. A complete list can be found in the hal_nordic repository, within drivers/nrf_radio_802154/nrf_802154_peripherals.h file. As the nRF IEEE 802.15.4 radio driver defines IRQ configuration abstraction layer API and its Zephyr-specific implementation uses dynamic interrupts, the DYNAMIC_INTERRUPTS switch is selected unconditionally. Direct dependencies =================== (\ :option:`HAS_HW_NRF_RADIO_IEEE802154 ` && \ :option:`HAS_NORDIC_DRIVERS `) || (\ :option:`HAS_HW_NRF_RADIO_IEEE802154 ` && \ :option:`HAS_NORDIC_DRIVERS ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`DYNAMIC_INTERRUPTS ` - \ :option:`ENTROPY_GENERATOR ` - \ :option:`NRF_HW_TIMER1_RESERVED ` - \ :option:`DYNAMIC_INTERRUPTS ` - \ :option:`ENTROPY_GENERATOR ` - \ :option:`NRF_HW_TIMER1_RESERVED ` Symbols that select this symbol =============================== - \ :option:`NRF_802154_SER_RADIO ` - \ :option:`NRF_802154_SER_RADIO ` - \ :option:`IEEE802154_NRF5 ` Kconfig definitions =================== .. highlight:: kconfig At ``modules/hal_nordic/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:6`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.modules:8`` Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers .. parsed-literal:: menuconfig NRF_802154_RADIO_DRIVER bool "Enable nRF IEEE 802.15.4 radio driver" select \ :option:`DYNAMIC_INTERRUPTS ` select \ :option:`ENTROPY_GENERATOR ` select \ :option:`NRF_HW_TIMER1_RESERVED ` depends on \ :option:`HAS_HW_NRF_RADIO_IEEE802154 ` && \ :option:`HAS_NORDIC_DRIVERS ` help This option enables nRF IEEE 802.15.4 radio driver in Zephyr. Note, that beside the radio peripheral itself, this drivers occupies several other peripherals. A complete list can be found in the hal_nordic repository, within drivers/nrf_radio_802154/nrf_802154_peripherals.h file. As the nRF IEEE 802.15.4 radio driver defines IRQ configuration abstraction layer API and its Zephyr-specific implementation uses dynamic interrupts, the DYNAMIC_INTERRUPTS switch is selected unconditionally. ---- At ``modules/hal_nordic/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``modules/Kconfig:59`` Menu path: (Top) → Modules → Nordic drivers .. parsed-literal:: menuconfig NRF_802154_RADIO_DRIVER bool "Enable nRF IEEE 802.15.4 radio driver" select \ :option:`DYNAMIC_INTERRUPTS ` select \ :option:`ENTROPY_GENERATOR ` select \ :option:`NRF_HW_TIMER1_RESERVED ` depends on \ :option:`HAS_HW_NRF_RADIO_IEEE802154 ` && \ :option:`HAS_NORDIC_DRIVERS ` && 0 help This option enables nRF IEEE 802.15.4 radio driver in Zephyr. Note, that beside the radio peripheral itself, this drivers occupies several other peripherals. A complete list can be found in the hal_nordic repository, within drivers/nrf_radio_802154/nrf_802154_peripherals.h file. As the nRF IEEE 802.15.4 radio driver defines IRQ configuration abstraction layer API and its Zephyr-specific implementation uses dynamic interrupts, the DYNAMIC_INTERRUPTS switch is selected unconditionally. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*