1# SHT4x temperature and humidity sensor configuration options 2 3# Copyright (c) 2021 Leonard Pollak 4# SPDX-License-Identifier: Apache-2.0 5 6config SHT4X 7 bool "SHT4x Temperature and Humidity Sensor" 8 default y 9 depends on DT_HAS_SENSIRION_SHT4X_ENABLED 10 select I2C 11 select CRC 12 help 13 Enable driver for SHT4x temperature and humidity sensors. 14