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