zephyr/drivers/sensor/nrf5/Kconfig
Rubin Gerritsen 4f034740eb sensor: nrf5: temp: Allow alternative temp driver
This allows out-of-tree libraries to implement their own temperature
driver.

We allow selecting TEMP_NRF5 to aviod dependency loops

Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2021-01-28 08:19:34 -05:00

18 lines
424 B
Plaintext

# nRF5 temperature sensor configuration options
# Copyright (c) 2016 ARM Ltd.
# SPDX-License-Identifier: Apache-2.0
config TEMP_NRF5_FORCE_ALT
bool
depends on SOC_COMPATIBLE_NRF
help
This option can be enabled to force an alternative implementation
of the temperature sensor driver.
config TEMP_NRF5
bool "nRF5 Temperature Sensor"
depends on HAS_HW_NRF_TEMP
help
Enable driver for nRF5 temperature sensor.