瀏覽代碼

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 年之前
父節點
當前提交
2f76018b56
共有 1 個文件被更改,包括 6 次插入0 次删除
  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