:orphan: .. title:: CONFIG_DISPLAY_INIT_PRIORITY .. kconfig:: CONFIG_DISPLAY_INIT_PRIORITY CONFIG_DISPLAY_INIT_PRIORITY ############################ *Display devices init priority* Type: ``int`` Help ==== .. code-block:: none Display devices initialization priority. Direct dependencies =================== \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - 85 Kconfig definition ================== At ``/display/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig 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.)*