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 68d91c8233f4..0a80d6a5e9f1 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1657,6 +1657,14 @@ config DMAR_FLOPPY_WA | |||
1657 | workaround will setup a 1:1 mapping for the first | 1657 | workaround will setup a 1:1 mapping for the first |
1658 | 16M to make floppy (an ISA device) work. | 1658 | 16M to make floppy (an ISA device) work. |
1659 | 1659 | ||
1660 | config INTR_REMAP | ||
1661 | bool "Support for Interrupt Remapping (EXPERIMENTAL)" | ||
1662 | depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI && EXPERIMENTAL | ||
1663 | help | ||
1664 | Supports Interrupt remapping for IO-APIC and MSI devices. | ||
1665 | To use x2apic mode in the CPU's which support x2APIC enhancements or | ||
1666 | to support platforms with CPU's having > 8 bit APIC ID, say Y. | ||
1667 | |||
1660 | source "drivers/pci/pcie/Kconfig" | 1668 | source "drivers/pci/pcie/Kconfig" |
1661 | 1669 | ||
1662 | source "drivers/pci/Kconfig" | 1670 | source "drivers/pci/Kconfig" |