zephyr/drivers/sensor/aosong/dht/Kconfig
Maureen Helm eedccf7e96 drivers: sensor: aosong: Move to vendor subdirectory
Organizes sensor drivers by vendor to distribute maintainership
responsibilities.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2024-04-08 09:14:06 -04:00

24 lines
694 B
Plaintext

# DHT Temperature and Humidity Sensor configuration options
# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menuconfig DHT
bool "DHT Temperature and Humidity Sensor"
default y
depends on DT_HAS_AOSONG_DHT_ENABLED
depends on GPIO
help
Enable driver for the DHT temperature and humidity sensor family.
if DHT
config DHT_LOCK_IRQS
bool "Lock IRQs for sensor measurement"
help
Locks IRQs when taking sensor readings, this greatly improves the chances of getting a
reading successfully from the sensor at the cost of delayed interrupt servicing (e.g.
Bluetooth). Note that other systems might need to be adjusted to account for this.
endif # DHT