:orphan: .. title:: SHARED_IRQ_INIT_PRIORITY .. option:: 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 =================== \ :option:`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:32`` → ``/Kconfig:36`` 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.)*