CONFIG_HAS_DTS_GPIO_DEVICE

(No prompt – not directly user assignable.)

Type: bool

Help

This option specifies that the target platform supports device tree configuration for GPIO on the driver/consumer side.

Direct dependencies

HAS_DTS_GPIO

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At dts/Kconfig:21

Included via Kconfig:10Kconfig.zephyr:27

Menu path: (top menu)

config HAS_DTS_GPIO_DEVICE
    bool
    depends on HAS_DTS_GPIO
    help
      This option specifies that the target platform supports device tree
      configuration for GPIO on the driver/consumer side.

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