CONFIG_SHARED_IRQ_NUM_CLIENTS

The number of clients per instance

Type: int

Help

Configures the maximum number of clients allowed per shared instance of the shared interrupt driver. To conserve RAM set this value to the lowest practical value.

Direct dependencies

SHARED_IRQ

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/interrupt_controller/Kconfig.shared_irq:15

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:36

Menu path: (top menu) → Device Drivers → Shared interrupt driver

config SHARED_IRQ_NUM_CLIENTS
    int
    prompt "The number of clients per instance" if SHARED_IRQ
    default 5 if SHARED_IRQ
    depends on SHARED_IRQ
    help
      Configures the maximum number of clients allowed per shared
      instance of the shared interrupt driver. To conserve RAM set
      this value to the lowest practical value.

(Definitions include propagated dependencies, including from if’s and menus.)