From 2bff3ce69ffb971013d98fe0572dda4a58d3f43b Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 4 Nov 2021 21:46:52 +0100 Subject: [PATCH] pygoscelis: Switch to CONFIG_IOMMU_DEFAULT_DMA_STRICT --- pygoscelis-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygoscelis-config b/pygoscelis-config index 512de1e..9a21642 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -4557,8 +4557,8 @@ CONFIG_IOMMU_SUPPORT=y CONFIG_IOMMU_IO_PGTABLE=y # end of Generic IOMMU Pagetable Support -# CONFIG_IOMMU_DEFAULT_DMA_STRICT is not set -CONFIG_IOMMU_DEFAULT_DMA_LAZY=y +CONFIG_IOMMU_DEFAULT_DMA_STRICT=y +# CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set CONFIG_IOMMU_DMA=y CONFIG_AMD_IOMMU=y