Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
215f180296c9148a468eb294090e0209629cc81f
/
.
/
drivers
/
sensor
/
th02
/
Kconfig
blob: e62f3333a152c4696fade2ddfeecc8200e9df743 [
file
] [
log
] [
blame
]
# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config TH02
bool
"TH02 Temperature Sensor"
default
y
depends on DT_HAS_HOPERF_TH02_ENABLED
select
I2C
help
Enable
driver
for
the TH02 temperature sensor
.