CONFIG_IRQ_OFFLOAD_VECTOR¶
IDT vector to use for IRQ offload
Type: int
Default¶
- 33 
Kconfig definition¶
At <Zephyr Architecture>/x86/Kconfig:202
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/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.)