diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e3cba0b45600..4d621eb90bbf 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1652,6 +1652,14 @@ config DMAR_FLOPPY_WA | |||
1652 | workaround will setup a 1:1 mapping for the first | 1652 | workaround will setup a 1:1 mapping for the first |
1653 | 16M to make floppy (an ISA device) work. | 1653 | 16M to make floppy (an ISA device) work. |
1654 | 1654 | ||
1655 | config INTR_REMAP | ||
1656 | bool "Support for Interrupt Remapping (EXPERIMENTAL)" | ||
1657 | depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI && EXPERIMENTAL | ||
1658 | help | ||
1659 | Supports Interrupt remapping for IO-APIC and MSI devices. | ||
1660 | To use x2apic mode in the CPU's which support x2APIC enhancements or | ||
1661 | to support platforms with CPU's having > 8 bit APIC ID, say Y. | ||
1662 | |||
1655 | source "drivers/pci/pcie/Kconfig" | 1663 | source "drivers/pci/pcie/Kconfig" |
1656 | 1664 | ||
1657 | source "drivers/pci/Kconfig" | 1665 | source "drivers/pci/Kconfig" |