:orphan: .. title:: DHT .. option:: CONFIG_DHT *DHT Temperature and Humidity Sensor* Type: ``bool`` Help ==== Enable driver for the DHT temperature and humidity sensor family. Direct dependencies =================== \ :option:`GPIO ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/dht/Kconfig:9`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:56`` Menu path: (top menu) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig DHT bool prompt "DHT Temperature and Humidity Sensor" if \ :option:`GPIO ` && \ :option:`SENSOR ` depends on \ :option:`GPIO ` && \ :option:`SENSOR ` help Enable driver for the DHT temperature and humidity sensor family. *(Definitions include propagated dependencies, including from if's and menus.)*