diff options
author | Suresh Siddha <suresh.b.siddha@intel.com> | 2008-07-10 14:17:00 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-12 02:45:08 -0400 |
commit | 9fa8c481b55e80edd8c637573f87853bb6b600f5 (patch) | |
tree | cbfcba9eacd830f681392b7930f07deb56f03492 /arch/x86/Kconfig | |
parent | 2d9579a124d746a3e0e0ba45e57d80800ee80807 (diff) |
x64, x2apic/intr-remap: introduce CONFIG_INTR_REMAP
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: akpm@linux-foundation.org
Cc: arjan@linux.intel.com
Cc: andi@firstfloor.org
Cc: ebiederm@xmission.com
Cc: jbarnes@virtuousgeek.org
Cc: steiner@sgi.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 2cfccc987a26..0bf8391a7f2d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1651,6 +1651,14 @@ config DMAR_FLOPPY_WA | |||
1651 | workaround will setup a 1:1 mapping for the first | 1651 | workaround will setup a 1:1 mapping for the first |
1652 | 16M to make floppy (an ISA device) work. | 1652 | 16M to make floppy (an ISA device) work. |
1653 | 1653 | ||
1654 | config INTR_REMAP | ||
1655 | bool "Support for Interrupt Remapping (EXPERIMENTAL)" | ||
1656 | depends on X86_64 && X86_IO_APIC && PCI_MSI && ACPI && EXPERIMENTAL | ||
1657 | help | ||
1658 | Supports Interrupt remapping for IO-APIC and MSI devices. | ||
1659 | To use x2apic mode in the CPU's which support x2APIC enhancements or | ||
1660 | to support platforms with CPU's having > 8 bit APIC ID, say Y. | ||
1661 | |||
1654 | source "drivers/pci/pcie/Kconfig" | 1662 | source "drivers/pci/pcie/Kconfig" |
1655 | 1663 | ||
1656 | source "drivers/pci/Kconfig" | 1664 | source "drivers/pci/Kconfig" |