zephyr/drivers/sensor/shtcx/Kconfig
Thomas Stranger 22c8d9973b drivers: sensor: shtcx: add driver supporting shtc1 and shtc3
Add driver for sensirion consumer humidity sensor line.
Supports shtc1 and shtc3, but only shtc3 is tested.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
2021-07-15 06:44:34 -04:00

11 lines
308 B
Plaintext

# 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"
depends on I2C
help
Enable driver for SHTC1 and SHTC3 temperature and humidity sensors.