# Drivers configuration options for Sensirion STS4x

# Copyright (c) 2024 Jan Fäh
# SPDX-License-Identifier: Apache-2.0

config STS4X
	bool "STS4x Temperature Sensor"
	default y
	depends on DT_HAS_SENSIRION_STS4X_ENABLED
	select I2C
	select CRC
	help
	  Enable driver for the Sensirion STS4x temperature sensors.
