:orphan: .. title:: CONFIG_SHARED_IRQ_INIT_PRIORITY .. kconfig:: CONFIG_SHARED_IRQ_INIT_PRIORITY CONFIG_SHARED_IRQ_INIT_PRIORITY ############################### *Shared IRQ init priority* Type: ``int`` Help ==== .. code-block:: none Shared IRQ are initialized on POST_KERNEL init level. They have to be initialized before any device that uses them. Direct dependencies =================== \ :kconfig:`SHARED_IRQ ` *(Includes any dependencies from ifs and menus.)* Default ======= - 45 Kconfig definition ================== At ``/interrupt_controller/Kconfig.shared_irq:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:38`` Menu path: (Top) → Device Drivers → Shared interrupt driver .. code-block:: kconfig config SHARED_IRQ_INIT_PRIORITY int "Shared IRQ init priority" default 45 depends on SHARED_IRQ help Shared IRQ are initialized on POST_KERNEL init level. They have to be initialized before any device that uses them. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*