:orphan: .. title:: CONFIG_NRF_802154_TEMPERATURE_UPDATE .. kconfig:: CONFIG_NRF_802154_TEMPERATURE_UPDATE CONFIG_NRF_802154_TEMPERATURE_UPDATE #################################### *nRF 802.15.4 temperature update* *nRF 802.15.4 temperature update* Type: ``bool`` Help ==== .. code-block:: none Enable temperature update for nRF 802.15.4 driver Help ==== .. code-block:: none Enable temperature update for nRF 802.15.4 driver 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 ======== - y - y Kconfig definitions =================== At ``/hal_nordic/Kconfig:117`` 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_TEMPERATURE_UPDATE bool "nRF 802.15.4 temperature update" default y depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS help Enable temperature update for nRF 802.15.4 driver ---- At ``/hal_nordic/Kconfig:117`` 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_TEMPERATURE_UPDATE bool "nRF 802.15.4 temperature update" default y depends on NRF_802154_RADIO_DRIVER && HAS_NORDIC_DRIVERS && 0 help Enable temperature update for nRF 802.15.4 driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*