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.)

Kconfig definitions

At arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:21

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config IOAPIC_NUM_RTES
    int
    default 32 if SOC_SERIES_QUARK_D2000
    depends on SOC_SERIES_QUARK_D2000

At arch/x86/soc/intel_quark/quark_se/Kconfig.defconfig.series:21

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config IOAPIC_NUM_RTES
    int
    default 64 if IOAPIC && SOC_SERIES_QUARK_SE
    depends on SOC_SERIES_QUARK_SE

At drivers/interrupt_controller/Kconfig:62

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config IOAPIC_NUM_RTES
    int
    prompt "Number of Redirection Table Entries available" if IOAPIC
    default 24 if IOAPIC
    depends on IOAPIC
    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.)