1# Drivers configuration options for Sensirion STS4x 2 3# Copyright (c) 2024 Jan Fäh 4# SPDX-License-Identifier: Apache-2.0 5 6config STS4X 7 bool "STS4x Temperature Sensor" 8 default y 9 depends on DT_HAS_SENSIRION_STS4X_ENABLED 10 select I2C 11 select CRC 12 help 13 Enable driver for the Sensirion STS4x temperature sensors. 14