CONFIG_GEN_IRQ_START_VECTOR
(No prompt – not directly user assignable.)
Type: int
Help
On some architectures, part of the vector table may be reserved for
system exceptions and is declared separately from the tables
created by gen_isr_tables.py. When creating these tables, this value
will be subtracted from CONFIG_NUM_IRQS to properly size them.
This is a hidden option which needs to be set per architecture and
left alone.
Direct dependencies
(ITE_IT8XXX2_INTC
&& SOC_SERIES_RISCV32_IT8XXX2
) || (ITE_IT8XXX2_INTC
&& SOC_SERIES_RISCV32_IT8XXX2
) || ARC
|| GEN_ISR_TABLES
(Includes any dependencies from ifs and menus.)
Defaults
0
0
16
0
Kconfig definitions
At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:89
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4
Menu path: (Top)
config GEN_IRQ_START_VECTOR
int
default 0
depends on ITE_IT8XXX2_INTC && SOC_SERIES_RISCV32_IT8XXX2
At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:89
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4
Menu path: (Top)
config GEN_IRQ_START_VECTOR
int
default 0
depends on ITE_IT8XXX2_INTC && SOC_SERIES_RISCV32_IT8XXX2
At <Zephyr>/arch/arc/Kconfig:249
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → ARC Options → ARC CPU Options
config GEN_IRQ_START_VECTOR
int
default 16
depends on ARC
At <Zephyr>/arch/Kconfig:413
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
Menu path: (Top) → General Architecture Options → Interrupt Configuration → Use generated IRQ tables
config GEN_IRQ_START_VECTOR
int
default 0
depends on GEN_ISR_TABLES
help
On some architectures, part of the vector table may be reserved for
system exceptions and is declared separately from the tables
created by gen_isr_tables.py. When creating these tables, this value
will be subtracted from CONFIG_NUM_IRQS to properly size them.
This is a hidden option which needs to be set per architecture and
left alone.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)