zephyr/drivers/sensor/nrf5/Kconfig
Gaute Gamnes f4f98981d7 drivers: nrf5: temp: Migrate Kconfig priority option to DT
1. Kconfig options priority setting removed.
2. Modified temp_nrf5.c driver to use DT
   defines instead of Kconfig.

Signed-off-by: Gaute Gamnes <gaute.gamnes@nordicsemi.no>
2019-03-12 13:33:36 +01:00

24 lines
437 B
Plaintext

# Kconfig - nRF5 temperature sensor configuration options
#
# Copyright (c) 2016 ARM Ltd.
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig TEMP_NRF5
bool "nRF5 Temperature Sensor"
depends on SOC_FAMILY_NRF
help
Enable driver for nRF5 temperature sensor.
if TEMP_NRF5
config TEMP_NRF5_NAME
string "Driver name"
default "TEMP_0"
help
Device name with which the nRF5 temperature sensor is identified.
endif # TEMP_NRF5