:orphan: .. title:: SHARED_IRQ_NUM_CLIENTS .. option:: 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 =================== \ :option:`SHARED_IRQ ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5 Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig.shared_irq:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:36`` Menu path: (Top) → Device Drivers → Shared interrupt driver .. parsed-literal:: config SHARED_IRQ_NUM_CLIENTS int "The number of clients per instance" default 5 depends on \ :option:`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.)*