-
CONFIG_LOAPIC_TIMER_IRQ_PRIORITY
¶
Local APIC Timer IRQ Priority
Type: int
Help¶
This options specifies the IRQ priority used by the LOAPIC timer.
Direct dependencies¶
SOC_SERIES_QUARK_D2000
|| LOAPIC_TIMER
(Includes any dependencies from if’s and menus.)
Defaults¶
- 2 if
SOC_SERIES_QUARK_D2000
- 2 if
LOAPIC_TIMER
Kconfig definitions¶
At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:27
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/x86/intel_quark/Kconfig.defconfig:3
Menu path: (top menu)
config LOAPIC_TIMER_IRQ_PRIORITY int default 2 ifSOC_SERIES_QUARK_D2000
depends onSOC_SERIES_QUARK_D2000
At drivers/timer/Kconfig:58
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers → LOAPIC timer
config LOAPIC_TIMER_IRQ_PRIORITY int prompt "Local APIC Timer IRQ Priority" ifLOAPIC_TIMER
default 2 ifLOAPIC_TIMER
depends onLOAPIC_TIMER
help This options specifies the IRQ priority used by the LOAPIC timer.
(Definitions include propagated dependencies, including from if’s and menus.)