From 4de82e1cae79d527ae3a2ebdb5039647b5a934dc Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 21 Feb 2020 13:10:06 +0100 Subject: [PATCH] linux-5.4.21-323: Support Intel IOMMU using DMA Remapping Devices > CONFIG_INTEL_IOMMU: > > DMA remapping (DMAR) devices support enables independent address > translations for Direct Memory Access (DMA) from devices. > These DMA remapping devices are reported via ACPI tables > and include PCI device scope covered by these DMA > remapping devices. --- linux-5.4.21-323.bee | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-5.4.21-323.bee b/linux-5.4.21-323.bee index 9ffef06a1..c6be1c6df 100755 --- a/linux-5.4.21-323.bee +++ b/linux-5.4.21-323.bee @@ -764,6 +764,7 @@ mee_configure() { CONFIG_VIRTIO_INPUT=m CONFIG_DELL_RBU=m CONFIG_AMD_IOMMU=y + CONFIG_INTEL_IOMMU=y CONFIG_IRQ_REMAP=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=m