-
CONFIG_DYNAMIC_INTERRUPTS
¶
Enable installation of IRQs at runtime
Type: bool
Help¶
Enable installation of interrupts at runtime, which will move some interrupt-related data structures to RAM instead of ROM, and on some architectures increase code size.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At arch/Kconfig:260
Included via Kconfig:10
→ Kconfig.zephyr:29
Menu path: (top menu) → General Architecture Options → Interrupt Configuration
config DYNAMIC_INTERRUPTS
bool
prompt "Enable installation of IRQs at runtime"
help
Enable installation of interrupts at runtime, which will move some
interrupt-related data structures to RAM instead of ROM, and
on some architectures increase code size.
(Definitions include propagated dependencies, including from if’s and menus.)