-
CONFIG_TEMP_NRF5_MPSL
¶
nRF5 MPSL Temperature Sensor
Type: bool
Help¶
Enable MPSL driver for nRF5 temperature sensor.
Direct dependencies¶
HAS_HW_NRF_TEMP
&& MPSL
&& SENSOR
&& MPSL
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/drivers/mpsl/temp_nrf5/Kconfig:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:28
→ <nRF>/drivers/Kconfig:22
→ <nRF>/drivers/mpsl/Kconfig:12
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers
config TEMP_NRF5_MPSL bool "nRF5 MPSL Temperature Sensor" depends onHAS_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.)