If you don't know what to do here, say N.
 
+config X86_POSTED_MSI
+       bool "Enable MSI and MSI-x delivery by posted interrupts"
+       depends on X86_64 && IRQ_REMAP
+       help
+         This enables MSIs that are under interrupt remapping to be delivered as
+         posted interrupts to the host kernel. Interrupt throughput can
+         potentially be improved by coalescing CPU notifications during high
+         frequency bursts.
+
+         If you don't know what to do here, say N.
+
 config X86_MPPARSE
        bool "Enable MPS table" if ACPI
        default y