:orphan: .. title:: DHT_GPIO_DEV_NAME .. option:: CONFIG_DHT_GPIO_DEV_NAME *GPIO device* Type: ``string`` Help ==== The device name of the GPIO device to which the chip's data pin is connected. Direct dependencies =================== \ :option:`DHT ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "GPIO_0" if \ :option:`DHT ` && \ :option:`SENSOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/dht/Kconfig:42`` 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 .. parsed-literal:: config DHT_GPIO_DEV_NAME string prompt "GPIO device" if \ :option:`DHT ` && \ :option:`SENSOR ` default "GPIO_0" if \ :option:`DHT ` && \ :option:`SENSOR ` depends on \ :option:`DHT ` && \ :option:`SENSOR ` help The device name of the GPIO device to which the chip's data pin is connected. *(Definitions include propagated dependencies, including from if's and menus.)*