CONFIG_AON_TIMER_IRQ_PRI

Interrupt priority

Type: int

Help

aon timer interrupt priority.

Direct dependencies

(COUNTER && SOC_QUARK_SE_C1000_SS) || (COUNTER && SOC_SERIES_QUARK_D2000) || (COUNTER && SOC_SERIES_QUARK_SE) || (AON_TIMER_QMSI && COUNTER)

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

Kconfig definitions

At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:240

Included via Kconfig:10Kconfig.zephyr:20

Menu path: (top menu)

config AON_TIMER_IRQ_PRI
    int
    default 0 if COUNTER && SOC_QUARK_SE_C1000_SS
    depends on COUNTER && SOC_QUARK_SE_C1000_SS

At arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:123

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config AON_TIMER_IRQ_PRI
    int
    default 0 if COUNTER && SOC_SERIES_QUARK_D2000
    depends on COUNTER && SOC_SERIES_QUARK_D2000

At arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series:108

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config AON_TIMER_IRQ_PRI
    int
    default 2 if COUNTER && SOC_SERIES_QUARK_SE
    depends on COUNTER && SOC_SERIES_QUARK_SE

At drivers/counter/Kconfig.qmsi:35

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:66drivers/counter/Kconfig:16

Menu path: (top menu) → Device Drivers → Counter Drivers

config AON_TIMER_IRQ_PRI
    int
    prompt "Interrupt priority" if AON_TIMER_QMSI && COUNTER
    depends on AON_TIMER_QMSI && COUNTER
    help
      aon timer interrupt priority.

(Definitions include propagated dependencies, including from if’s and menus.)