zephyr/drivers/sensor/sht4x/Kconfig

14 lines
342 B
Plaintext

# SHT4x temperature and humidity sensor configuration options
# Copyright (c) 2021 Leonard Pollak
# SPDX-License-Identifier: Apache-2.0
config SHT4X
bool "SHT4x Temperature and Humidity Sensor"
default y
depends on DT_HAS_SENSIRION_SHT4X_ENABLED
select I2C
select CRC
help
Enable driver for SHT4x temperature and humidity sensors.