The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

MVIC

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/interrupt_controller/Kconfig:92

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config MVIC_TIMER_IRQ
    int
    prompt "IRQ line to use for timer interrupt" if MVIC
    range 0 15 if MVIC
    default 10 if MVIC
    depends on MVIC
    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.)