-
CONFIG_IDT_NUM_VECTORS
¶
Number of IDT vectors
Type: int
Help¶
This option specifies the number of interrupt vector entries in the Interrupt Descriptor Table (IDT). By default all 256 vectors are supported in an IDT requiring 2048 bytes of memory.
Defaults¶
- 64 if
SOC_SERIES_QUARK_D2000
- 256 if
X86
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:18
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config IDT_NUM_VECTORS int default 64 ifSOC_SERIES_QUARK_D2000
depends onSOC_SERIES_QUARK_D2000
At arch/x86/core/Kconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/x86/Kconfig:30
Menu path: (top menu) → X86 Architecture Options → Memory Layout Options
config IDT_NUM_VECTORS int prompt "Number of IDT vectors" ifX86
range 32 256 ifX86
default 256 ifX86
depends onX86
help This option specifies the number of interrupt vector entries in the Interrupt Descriptor Table (IDT). By default all 256 vectors are supported in an IDT requiring 2048 bytes of memory.
(Definitions include propagated dependencies, including from if’s and menus.)