-
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.
Default¶
5
Kconfig definition¶
At <Zephyr>/drivers/interrupt_controller/Kconfig.shared_irq:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:36
Menu path: (Top) → Device Drivers → Shared interrupt driver
config SHARED_IRQ_NUM_CLIENTS
int "The number of clients per instance"
default 5
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)