:orphan: .. title:: CONFIG_TEMP_NRF5_MPSL .. kconfig:: CONFIG_TEMP_NRF5_MPSL CONFIG_TEMP_NRF5_MPSL ##################### *nRF5 MPSL Temperature Sensor* Type: ``bool`` Help ==== .. code-block:: none Enable MPSL driver for nRF5 temperature sensor. Direct dependencies =================== \ :kconfig:`HAS_HW_NRF_TEMP ` && \ :kconfig:`MPSL ` && \ :kconfig:`SENSOR ` && \ :kconfig:`MPSL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`NRF_802154_SL ` Kconfig definition ================== At ``/drivers/mpsl/temp_nrf5/Kconfig:8`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:57`` → ``/drivers/Kconfig:19`` → ``/drivers/mpsl/Kconfig:12`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers .. code-block:: kconfig config TEMP_NRF5_MPSL bool "nRF5 MPSL Temperature Sensor" depends on HAS_HW_NRF_TEMP && MPSL && SENSOR && MPSL help Enable MPSL driver for nRF5 temperature sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*