:orphan: .. title:: HAS_DTS_GPIO .. option:: CONFIG_HAS_DTS_GPIO *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option specifies that the target platform supports device tree configuration for GPIO. Direct dependencies =================== \ :option:`HAS_DTS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BOARD_WARP7_M4 ` - \ :option:`GPIO ` - \ :option:`GPIO_MCP23S17 ` - \ :option:`GPIO_MCUX ` - \ :option:`GPIO_ITE_IT8XXX2 ` - \ :option:`GPIO_EOS_S3 ` Kconfig definition ================== At ``dts/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:31`` Menu path: (Top) .. code-block:: kconfig config HAS_DTS_GPIO bool depends on HAS_DTS help This option specifies that the target platform supports device tree configuration for GPIO. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*