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.
Defaults¶
- 5 if
SHARED_IRQ
Kconfig definition¶
At drivers/interrupt_controller/Kconfig.shared_irq:15
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:36
Menu path: (top menu) → Device Drivers → Shared interrupt driver
config SHARED_IRQ_NUM_CLIENTS int prompt "The number of clients per instance" ifSHARED_IRQ
default 5 ifSHARED_IRQ
depends onSHARED_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.)