-
CONFIG_GPIO_DW_INIT_PRIORITY
¶
Init priority
Type: int
Help¶
Device driver initialization priority.
Default¶
60
Kconfig definition¶
At <Zephyr>/drivers/gpio/Kconfig.dw:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:34
→ <Zephyr>/drivers/gpio/Kconfig:24
Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO
config GPIO_DW_INIT_PRIORITY
int "Init priority"
default 60
depends on GPIO_DW && GPIO
help
Device driver initialization priority.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)