1# Copyright (c) 2019 Electronut Labs 2# SPDX-License-Identifier: Apache-2.0 3 4config SI7006 5 bool "SHT21, Si7006, and HTU21D Humidity and Temperature Sensors" 6 default y 7 depends on DT_HAS_SILABS_SI7006_ENABLED || DT_HAS_SENSIRION_SHT21_ENABLED 8 select I2C 9 select REGULATOR if $(dt_compat_any_has_prop,$(DT_COMPAT_SILABS_SI7006),vin-supply) 10 help 11 Enable I2C-based driver for several humidity and temperature sensors 12 compatible with the Sensirion SHT21, such as the Silicon Labs 13 Si7006/13/20/21 and Measurement Specialties HTU21D 14