#
# Copyright (c) 2020 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause

# nRF5 MPSL temperature API configuration options

config TEMP_NRF5_MPSL
	bool "nRF5 MPSL Temperature Sensor"
	default y
	depends on DT_HAS_NORDIC_NRF_TEMP_ENABLED
	depends on HAS_HW_NRF_TEMP
	depends on MPSL
	select TEMP_NRF5_FORCE_ALT
	help
	  Enable MPSL driver for nRF5 temperature sensor.
