1# Copyright (c) 2016 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config TH02
5	bool "TH02 Temperature Sensor"
6	default y
7	depends on DT_HAS_HOPERF_TH02_ENABLED
8	select I2C
9	help
10	  Enable driver for the TH02 temperature sensor.
11