CONFIG_DISPLAY_INIT_PRIORITY¶
Display devices init priority
Type: int
Help¶
Display devices initialization priority.
Default¶
85
Kconfig definition¶
At drivers/display/Kconfig:13
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:74
Menu path: (Top) → Device Drivers → Display Drivers
config DISPLAY_INIT_PRIORITY
int "Display devices init priority"
default 85
depends on DISPLAY
help
Display devices initialization priority.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)