| # Kconfig - DHT Temperature and Himidity Sensor configuration options |
| # Copyright (c) 2016 Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "DHT Temperature and Humidity Sensor" |
| Enable driver for the DHT temperature and humidity sensor family. |
| Choose desired chip type from the DHT family. |
| Choose this option to enable the DHT11 chip. |
| Choose this option to enable the DHT22 chip. |
| default "DHT11" if DHT_CHIP_DHT11 |
| default "DHT22" if DHT_CHIP_DHT22 |
| Device name with which the sensor is identified. |
| The device name of the GPIO device to which the chip's data pin |
| int "Interrupt GPIO pin number" |
| The number of the GPIO on which the chip's data pin is connected. |