1# TI_HDC temperature and humidity sensor configuration options
2
3# Copyright (c) 2016 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config TI_HDC
7	bool "Texas Instruments Temperature and Humidity Sensor (e.g. HDC1008)"
8	default y
9	depends on DT_HAS_TI_HDC_ENABLED
10	select I2C
11	help
12	  Enable driver for TI temperature and humidity sensors.
13