# TI_HDC302X temperature and humidity sensor configuration options

# Copyright (c) 2025 Psicontrol N.V.
# SPDX-License-Identifier: Apache-2.0

config TI_HDC302X
	bool "Texas Instruments HDC302X Temperature and Humidity Sensor"
	default y
	depends on DT_HAS_TI_HDC302X_ENABLED
	select I2C
	select CRC
	help
	  Enable driver for TI HDC302X temperature and humidity sensors
	  (e.g. HDC3020, HDC3021, HDC3022).
