The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_DHT_CHIP_DHT11

DHT11

Type: bool

Help

Choose this option to enable the DHT11 chip.

Direct dependencies

<choice: Chip type>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/dht/Kconfig:23

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:54

Menu path: (top menu) → Device Drivers → Sensor Drivers → DHT Temperature and Humidity Sensor → Chip type

config DHT_CHIP_DHT11
    bool
    prompt "DHT11" if <choice: Chip type>
    depends on <choice: Chip type>
    help
      Choose this option to enable the DHT11 chip.

(Definitions include propagated dependencies, including from if’s and menus.)