:orphan: .. title:: DHT_CHIP_DHT22 .. option:: CONFIG_DHT_CHIP_DHT22 *DHT22* Type: ``bool`` Help ==== Choose this option to enable the DHT22 chip. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from if's and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/dht/Kconfig:28`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:56`` Menu path: (top menu) → Device Drivers → Sensor Drivers → DHT Temperature and Humidity Sensor → Chip type .. parsed-literal:: config DHT_CHIP_DHT22 bool prompt "DHT22" if \ :ref:` ` depends on \ :ref:` ` help Choose this option to enable the DHT22 chip. *(Definitions include propagated dependencies, including from if's and menus.)*