zephyr/drivers/sensor/nrf5/Kconfig
Andrzej Głąbek f766a3e18b sensor: temp_nrf5: Allow use only when the TEMP peripheral is present
Correct dependency of the TEMP_NRF5 Kconfig option so that it can be
enabled only on nRF SoCs that feature the TEMP peripheral.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-05-25 16:03:02 +02:00

11 lines
247 B
Plaintext

# nRF5 temperature sensor configuration options
# Copyright (c) 2016 ARM Ltd.
# SPDX-License-Identifier: Apache-2.0
config TEMP_NRF5
bool "nRF5 Temperature Sensor"
depends on HAS_HW_NRF_TEMP
help
Enable driver for nRF5 temperature sensor.