13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
# DHT Temperature and Humidity Sensor configuration options
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config 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.
|