:orphan: .. title:: IRQ_OFFLOAD_VECTOR .. option:: CONFIG_IRQ_OFFLOAD_VECTOR *IDT vector to use for IRQ offload* Type: ``int`` Direct dependencies =================== \ :option:`IRQ_OFFLOAD ` && \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 33 Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:74`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. parsed-literal:: config IRQ_OFFLOAD_VECTOR int "IDT vector to use for IRQ offload" range 32 255 default 33 depends on \ :option:`IRQ_OFFLOAD ` && \ :option:`X86 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*