zephyr/drivers/sensor/dht/Kconfig
Peter Bigot 0cfac519cc sensor: dht: convert from Kconfig to devicetree
Define a binding for the Aosong DHT family of temperature/humidity
sensors.  Remove the Kconfig settings, and update the driver to use
devicetree information.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-12-19 06:43:37 -06:00

11 lines
286 B
Plaintext

# DHT Temperature and Himidity Sensor configuration options
# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config DHT
bool "DHT Temperature and Humidity Sensor"
depends on GPIO
help
Enable driver for the DHT temperature and humidity sensor family.