:orphan: .. title:: KERNEL_INIT_PRIORITY_DEVICE .. option:: CONFIG_KERNEL_INIT_PRIORITY_DEVICE *Default init priority for device drivers* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``kernel/Kconfig:626`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:30`` Menu path: (Top) → General Kernel Options → Initialization Priorities .. parsed-literal:: 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.)*