2019-11-01 20:45:29 +08:00
|
|
|
# DHT Temperature and Himidity Sensor configuration options
|
2016-05-10 17:09:28 +08:00
|
|
|
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-05-10 17:09:28 +08:00
|
|
|
|
2019-12-16 23:59:39 +08:00
|
|
|
config DHT
|
2018-08-14 22:19:20 +08:00
|
|
|
bool "DHT Temperature and Humidity Sensor"
|
2017-09-22 02:28:16 +08:00
|
|
|
depends on GPIO
|
2016-05-10 17:09:28 +08:00
|
|
|
help
|
|
|
|
Enable driver for the DHT temperature and humidity sensor family.
|