mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 23:01:56 +00:00
Update the binding for nordic,nrf-temp to require the label property and use the generated define (DT_INST_0_NORDIC_NRF_TEMP_LABEL) instead of Kconfig symbol (CONFIG_TEMP_NRF5_NAME). Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
246 B
Plaintext
11 lines
246 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 SOC_FAMILY_NRF
|
|
help
|
|
Enable driver for nRF5 temperature sensor.
|