The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_GPIO_QMSI_INIT_PRIORITY

Init priority

Type: int

Help

Device driver initialization priority.

Direct dependencies

GPIO_QMSI && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.qmsi:27

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

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

config GPIO_QMSI_INIT_PRIORITY
    int
    prompt "Init priority" if GPIO_QMSI && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO
    default 60 if GPIO_QMSI && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO
    depends on GPIO_QMSI && (GPIO_QMSI || GPIO_QMSI_SS) && GPIO
    help
      Device driver initialization priority.

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