Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
fff583d699bc1826d4924ba426a8a65d46608971
/
.
/
drivers
/
sensor
/
nrf5
/
Kconfig
blob: ff3bd3b20160ca7228511d60519980a80448b72c [
file
] [
log
] [
blame
]
# 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
.