-
CONFIG_IOAPIC_NUM_RTES
¶
Number of Redirection Table Entries available
Type: int
Help¶
This option indicates the maximum number of Redirection Table Entries (RTEs) (one per IRQ available to the IO-APIC) made available to the kernel, regardless of the number provided by the hardware itself. For most efficient usage of memory, it should match the number of IRQ lines needed by devices connected to the IO-APIC.
Direct dependencies¶
SOC_SERIES_QUARK_D2000
|| SOC_SERIES_QUARK_SE
|| IOAPIC
(Includes any dependencies from if’s and menus.)
Defaults¶
- 32 if
SOC_SERIES_QUARK_D2000
- 64 if
IOAPIC
&&SOC_SERIES_QUARK_SE
- 24 if
IOAPIC
Kconfig definitions¶
At arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:21
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config IOAPIC_NUM_RTES int default 32 ifSOC_SERIES_QUARK_D2000
depends onSOC_SERIES_QUARK_D2000
At arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series:21
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/x86/soc/intel_quark/Kconfig.defconfig:1
Menu path: (top menu)
config IOAPIC_NUM_RTES int default 64 ifIOAPIC
&&SOC_SERIES_QUARK_SE
depends onSOC_SERIES_QUARK_SE
At drivers/interrupt_controller/Kconfig:62
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:24
Menu path: (top menu) → Device Drivers → Interrupt Controllers
config IOAPIC_NUM_RTES int prompt "Number of Redirection Table Entries available" ifIOAPIC
default 24 ifIOAPIC
depends onIOAPIC
help This option indicates the maximum number of Redirection Table Entries (RTEs) (one per IRQ available to the IO-APIC) made available to the kernel, regardless of the number provided by the hardware itself. For most efficient usage of memory, it should match the number of IRQ lines needed by devices connected to the IO-APIC.
(Definitions include propagated dependencies, including from if’s and menus.)