Browse Source

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 năm trước cách đây
mục cha
commit
2f76018b56
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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