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

SHARED_IRQ

(Includes any dependencies from ifs and menus.)

Default

  • 45

Kconfig definition

At <Zephyr>/drivers/interrupt_controller/Kconfig.shared_irq:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:36

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.)