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	depends on I2C
9	help
10	  Enable driver for TI temperature and humidity sensors.
11