CONFIG_DISPLAY_INIT_PRIORITY
Display devices init priority
Type: int
Help
Display devices initialization priority.
Default
85
Kconfig definition
At <Zephyr>/drivers/display/Kconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/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.)