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.
Default¶
- 45 
Kconfig definition¶
At <Zephyr Driver>/interrupt_controller/Kconfig.shared_irq:12
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:38
Menu path: (Top) → Device Drivers → Shared interrupt driver
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.)