From 51f8777da5b9c7e24cbca09e41b5e415daa16e0b Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Tue, 31 Jan 2023 12:22:25 +0100 Subject: [PATCH] pkg/ubuntu: config: Remove CONFIG_INTEL_IOMMU_DEFAULT_ON=n The option was originally set to 'n' to prevent IPTS from breaking. We now have patches that fix that in a more direct way, so we can drop this workaround. --- pkg/debian/kernel/ubuntu.config | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkg/debian/kernel/ubuntu.config b/pkg/debian/kernel/ubuntu.config index 4f8179f3b..793bba77c 100644 --- a/pkg/debian/kernel/ubuntu.config +++ b/pkg/debian/kernel/ubuntu.config @@ -62,12 +62,6 @@ CONFIG_ACPI_I2C_OPREGION=y # CONFIG_INPUT_EVBUG is not set -## -## Do not enable Intel IOMMU by default, it breaks IPTS/ME. -## - -CONFIG_INTEL_IOMMU_DEFAULT_ON=n - ## ## Config options required for backlight on Surface 3. ##