:orphan: .. title:: CONFIG_KERNEL_INIT_PRIORITY_DEVICE .. kconfig:: CONFIG_KERNEL_INIT_PRIORITY_DEVICE CONFIG_KERNEL_INIT_PRIORITY_DEVICE ################################## *Default init priority for device drivers* Type: ``int`` Help ==== .. code-block:: none Device driver, that depends on common components, such as interrupt controller, but does not depend on other devices, uses this init priority. Default ======= - 50 Kconfig definition ================== At ``/Kconfig:641`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Initialization Priorities .. code-block:: kconfig config KERNEL_INIT_PRIORITY_DEVICE int "Default init priority for device drivers" default 50 help Device driver, that depends on common components, such as interrupt controller, but does not depend on other devices, uses this init priority. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*