2021-05-07 23:18:25 +08:00
|
|
|
# SHTCX temperature and humidity sensor configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2021 Thomas Stranger
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config SHTCX
|
|
|
|
bool "SHTCX: SHTC1 and SHTC3 Temperature and Humidity Sensor"
|
2022-07-20 11:41:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_SENSIRION_SHTCX_ENABLED
|
2022-08-04 23:55:31 +08:00
|
|
|
select I2C
|
2022-09-27 00:13:43 +08:00
|
|
|
select CRC
|
2021-05-07 23:18:25 +08:00
|
|
|
help
|
|
|
|
Enable driver for SHTC1 and SHTC3 temperature and humidity sensors.
|