-
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.)
Defaults¶
- 0 if
COUNTER
&&SOC_QUARK_SE_C1000_SS
- 0 if
COUNTER
&&SOC_SERIES_QUARK_D2000
- 2 if
COUNTER
&&SOC_SERIES_QUARK_SE
Kconfig definitions¶
At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:227
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config AON_TIMER_IRQ_PRI int default 0 ifCOUNTER
&&SOC_QUARK_SE_C1000_SS
depends onCOUNTER
&&SOC_QUARK_SE_C1000_SS
At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:117
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config AON_TIMER_IRQ_PRI int default 0 ifCOUNTER
&&SOC_SERIES_QUARK_D2000
depends onCOUNTER
&&SOC_SERIES_QUARK_D2000
At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:105
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config AON_TIMER_IRQ_PRI int default 2 ifCOUNTER
&&SOC_SERIES_QUARK_SE
depends onCOUNTER
&&SOC_SERIES_QUARK_SE
At drivers/counter/Kconfig.qmsi:35
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:64
→ drivers/counter/Kconfig:23
Menu path: (top menu) → Device Drivers → Counter Drivers
config AON_TIMER_IRQ_PRI int prompt "Interrupt priority" ifAON_TIMER_QMSI
&&COUNTER
depends onAON_TIMER_QMSI
&&COUNTER
help aon timer interrupt priority.
(Definitions include propagated dependencies, including from if’s and menus.)