-
CONFIG_MVIC_TIMER_IRQ
¶
IRQ line to use for timer interrupt
Type: int
Help¶
Specify the IRQ line to use for the timer interrupt. This should be an IRQ line unused by any hardware. If nested interrupts are enabled, higher interrupt lines have priority.
Kconfig definition¶
At drivers/interrupt_controller/Kconfig:92
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:24
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config MVIC_TIMER_IRQ int prompt "IRQ line to use for timer interrupt" ifMVIC
range 0 15 ifMVIC
default 10 ifMVIC
depends onMVIC
help Specify the IRQ line to use for the timer interrupt. This should be an IRQ line unused by any hardware. If nested interrupts are enabled, higher interrupt lines have priority.
(Definitions include propagated dependencies, including from if’s and menus.)