Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
003de78ce0dd213a1c7b3d159b967fb19a12aa45
/
.
/
drivers
/
sensor
/
si7060
/
Kconfig
blob: 55bdb8a1b1fe8ce975091d8e7e70172282010e0c [
file
] [
log
] [
blame
]
# SI7060 temperature sensor configuration options
# Copyright (c) 2019 Actinius
# SPDX-License-Identifier: Apache-2.0
config SI7060
bool
"SI7060 Temperature Sensor"
depends on I2C
help
Enable
driver
for
SI7060 temperature sensors
.