zephyr/drivers/sensor/dht/Kconfig
Nazar Kazakov 9713f0d47c everywhere: fix typos
Fix a lot of typos

Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
2022-03-14 20:22:24 -04:00

11 lines
286 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"
depends on GPIO
help
Enable driver for the DHT temperature and humidity sensor family.