CONFIG_IRQ_OFFLOAD_VECTOR
IDT vector to use for IRQ offload
Type: int
Direct dependencies
IRQ_OFFLOAD
&& X86
(Includes any dependencies from ifs and menus.)
Default
33
Kconfig definition
At <Zephyr>/arch/x86/Kconfig:202
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → X86 Architecture Options
config IRQ_OFFLOAD_VECTOR
int "IDT vector to use for IRQ offload"
range 32 255
default 33
depends on IRQ_OFFLOAD && X86
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)