1# TI_HDC20XX temperature and humidity sensor configuration options
2
3# Copyright (c) 2021 Aurelien Jarno
4# SPDX-License-Identifier: Apache-2.0
5
6config TI_HDC20XX
7	bool "Texas Instruments HDC20XX Temperature and Humidity Sensor"
8	default y
9	depends on DT_HAS_TI_HDC2010_ENABLED || DT_HAS_TI_HDC2021_ENABLED || \
10		   DT_HAS_TI_HDC2022_ENABLED || DT_HAS_TI_HDC2080_ENABLED
11	select I2C
12	help
13	  Enable driver for TI HDC20XX temperature and humidity sensors
14	  (e.g. HDC2010, HDC2021, HDC2022, HDC2080).
15