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

Init priority

Type: int

Help

Device driver initialization priority.

Direct dependencies

GPIO_DW && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.dw:20

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:25

Menu path: (top menu) → Device Drivers → GPIO Drivers → Designware GPIO

config GPIO_DW_INIT_PRIORITY
    int
    prompt "Init priority" if GPIO_DW && GPIO
    default 60 if GPIO_DW && GPIO
    depends on GPIO_DW && GPIO
    help
      Device driver initialization priority.

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