Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3051ba19f07f1fcecab076d2b04887b2229187ba
/
.
/
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
.