:orphan: .. title:: SHARED_IRQ_INIT_PRIORITY .. option:: CONFIG_SHARED_IRQ_INIT_PRIORITY *Shared IRQ init priority* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.shared_irq:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:36`` Menu path: (Top) → Device Drivers → Shared interrupt driver .. parsed-literal:: config SHARED_IRQ_INIT_PRIORITY int "Shared IRQ init priority" default 45 depends on \ :option:`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.)*