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