-
CONFIG_NUM_IRQ_PRIO_LEVELS
¶
Number of supported interrupt priority levels
Type: int
Help¶
Interrupt priorities available will be 0 to NUM_IRQ_PRIO_LEVELS-1. The minimum value is 1.
The BSP must provide a valid default for proper operation.
Direct dependencies¶
SOC_QUARK_SE_C1000_SS
|| SOC_ARC_IOT
|| (SOC_EMSK_EM7D
&& SOC_EMSK
) || (SOC_EMSK_EM11D
&& SOC_EMSK
) || (SOC_EMSK_EM9D
&& SOC_EMSK
) || (SOC_NSIM_EM
&& SOC_NSIM
) || (SOC_NSIM_SEM
&& SOC_NSIM
) || ARC
(Includes any dependencies from if’s and menus.)
Defaults¶
- 2 if
SOC_QUARK_SE_C1000_SS
- 4 if
SOC_ARC_IOT
- 4 if
SOC_EMSK_EM7D
&&SOC_EMSK
- 4 if
SOC_EMSK_EM11D
&&SOC_EMSK
- 4 if
SOC_EMSK_EM9D
&&SOC_EMSK
- 4 if
SOC_NSIM_EM
&&SOC_NSIM
- 4 if
SOC_NSIM_SEM
&&SOC_NSIM
Kconfig definitions¶
At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:13
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config NUM_IRQ_PRIO_LEVELS int default 2 ifSOC_QUARK_SE_C1000_SS
depends onSOC_QUARK_SE_C1000_SS
At soc/arc/snps_arc_iot/Kconfig.defconfig:17
Included via Kconfig:10
→ Kconfig.zephyr:23
Menu path: (top menu)
config NUM_IRQ_PRIO_LEVELS int default 4 ifSOC_ARC_IOT
depends onSOC_ARC_IOT
At soc/arc/snps_emsk/Kconfig.defconfig.em7d:13
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arc/snps_emsk/Kconfig.defconfig:14
Menu path: (top menu)
config NUM_IRQ_PRIO_LEVELS int default 4 ifSOC_EMSK_EM7D
&&SOC_EMSK
depends onSOC_EMSK_EM7D
&&SOC_EMSK
At soc/arc/snps_emsk/Kconfig.defconfig.em11d:13
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arc/snps_emsk/Kconfig.defconfig:15
Menu path: (top menu)
config NUM_IRQ_PRIO_LEVELS int default 4 ifSOC_EMSK_EM11D
&&SOC_EMSK
depends onSOC_EMSK_EM11D
&&SOC_EMSK
At soc/arc/snps_emsk/Kconfig.defconfig.em9d:13
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arc/snps_emsk/Kconfig.defconfig:16
Menu path: (top menu)
config NUM_IRQ_PRIO_LEVELS int default 4 ifSOC_EMSK_EM9D
&&SOC_EMSK
depends onSOC_EMSK_EM9D
&&SOC_EMSK
At soc/arc/snps_nsim/Kconfig.defconfig.em:12
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arc/snps_nsim/Kconfig.defconfig:17
Menu path: (top menu)
config NUM_IRQ_PRIO_LEVELS int default 4 ifSOC_NSIM_EM
&&SOC_NSIM
depends onSOC_NSIM_EM
&&SOC_NSIM
At soc/arc/snps_nsim/Kconfig.defconfig.sem:12
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arc/snps_nsim/Kconfig.defconfig:18
Menu path: (top menu)
config NUM_IRQ_PRIO_LEVELS int default 4 ifSOC_NSIM_SEM
&&SOC_NSIM
depends onSOC_NSIM_SEM
&&SOC_NSIM
At arch/arc/Kconfig:45
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → ARC Options → ARCv2 Family Options
config NUM_IRQ_PRIO_LEVELS int prompt "Number of supported interrupt priority levels" ifARC
range 1 16 ifARC
depends onARC
help Interrupt priorities available will be 0 to NUM_IRQ_PRIO_LEVELS-1. The minimum value is 1. The BSP must provide a valid default for proper operation.
(Definitions include propagated dependencies, including from if’s and menus.)