2021-04-28 22:12:31 +08:00
|
|
|
# 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"
|
2022-07-20 11:41:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SENSIRION_SHT4X_ENABLED
|
2022-08-04 23:55:31 +08:00
|
|
|
select I2C
|
2022-09-27 00:13:43 +08:00
|
|
|
select CRC
|
2021-04-28 22:12:31 +08:00
|
|
|
help
|
|
|
|
Enable driver for SHT4x temperature and humidity sensors.
|