2016-10-08 19:32:44 +08:00
|
|
|
# Copyright (c) 2016 Intel Corporation
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-10-08 19:32:44 +08:00
|
|
|
|
2019-11-07 18:19:27 +08:00
|
|
|
config TH02
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "TH02 Temperature Sensor"
|
2022-07-20 11:41:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_HOPERF_TH02_ENABLED
|
2022-08-04 23:55:31 +08:00
|
|
|
select I2C
|
2016-10-08 19:32:44 +08:00
|
|
|
help
|
|
|
|
Enable driver for the TH02 temperature sensor.
|