Commit bcf92fbc authored by Shashank Balaji's avatar Shashank Balaji Committed by Borislav Petkov (AMD)
Browse files

x86/64/defconfig: Add CONFIG_IRQ_REMAP



x2apic is enabled in the defconfig, and interrupt remapping is an
architectural dependency of x2apic as per the Intel SDM:

  Routing of device interrupts to local APIC units operating in x2APIC
  mode requires use of the interrupt-remapping architecture specified in
  the Intel® Virtualization Technology for Directed I/O (Revision 1.3
  and/or later versions).

Enable CONFIG_IRQ_REMAP in defconfig so that a defconfig kernel on bare metal
actually uses x2apic.

Co-developed-by: default avatarRahul Bukte <rahul.bukte@sony.com>
Signed-off-by: default avatarRahul Bukte <rahul.bukte@sony.com>
Signed-off-by: default avatarShashank Balaji <shashank.mahadasyam@sony.com>
Signed-off-by: default avatarBorislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: default avatarSohil Mehta <sohil.mehta@intel.com>
Acked-by: default avatarThomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260306-x2apic-fix-v2-2-bee99c12efa3@sony.com
parent ae715818
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -230,6 +230,7 @@ CONFIG_EEEPC_LAPTOP=y
CONFIG_AMD_IOMMU=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_IRQ_REMAP=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y