Prechádzať zdrojové kódy

pkg/debian: Disable Intel IOMMU by default

IOMMU breaks ME and thus IPTS on gen5/6 devices. So disable it by
default.
Maximilian Luz 3 rokov pred
rodič
commit
2f76018b56
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  1. 6 0
      pkg/debian/kernel/ubuntu.config

+ 6 - 0
pkg/debian/kernel/ubuntu.config

@@ -56,3 +56,9 @@ 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