CONFIG_ARCV2_TIMER_IRQ_PRIORITY
ARC timer interrupt priority
Type: int
Help
This option specifies the IRQ priority used by the ARC timer. Lower
values have higher priority.
Direct dependencies
SOC_ARC_HSDK
|| SOC_ARC_HSDK
|| ARCV2_TIMER
(Includes any dependencies from ifs and menus.)
Defaults
1
1
0
Kconfig definitions
At <Zephyr>/soc/arc/snps_arc_hsdk/Kconfig.defconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config ARCV2_TIMER_IRQ_PRIORITY
int
default 1
depends on SOC_ARC_HSDK
At <Zephyr>/soc/arc/snps_arc_hsdk/Kconfig.defconfig:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
Menu path: (Top)
config ARCV2_TIMER_IRQ_PRIORITY
int
default 1
depends on SOC_ARC_HSDK
At <Zephyr>/drivers/timer/Kconfig.arcv2:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:59
Menu path: (Top) → Device Drivers → Timer Drivers → ARC Timer
config ARCV2_TIMER_IRQ_PRIORITY
int "ARC timer interrupt priority"
default 0
depends on ARCV2_TIMER
help
This option specifies the IRQ priority used by the ARC timer. Lower
values have higher priority.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)