:orphan: .. title:: ARCV2_TIMER_IRQ_PRIORITY .. option:: 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 =================== \ :option:`SOC_ARC_HSDK ` || \ :option:`ARCV2_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 - 0 Kconfig definitions =================== .. highlight:: kconfig At ``soc/arc/snps_arc_hsdk/Kconfig.defconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config ARCV2_TIMER_IRQ_PRIORITY int default 1 depends on \ :option:`SOC_ARC_HSDK ` ---- At ``drivers/timer/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers → ARC Timer .. parsed-literal:: config ARCV2_TIMER_IRQ_PRIORITY int "ARC timer interrupt priority" default 0 depends on \ :option:`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.)*