:orphan: .. title:: CONFIG_IRQ_OFFLOAD_VECTOR .. kconfig:: CONFIG_IRQ_OFFLOAD_VECTOR CONFIG_IRQ_OFFLOAD_VECTOR ######################### *IDT vector to use for IRQ offload* Type: ``int`` Direct dependencies =================== \ :kconfig:`IRQ_OFFLOAD ` && \ :kconfig:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - 33 Kconfig definition ================== At ``/x86/Kconfig:202`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig 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.)*