pkg/debian: Disable Intel IOMMU by default

IOMMU breaks ME and thus IPTS on gen5/6 devices. So disable it by
default.
This commit is contained in:
Maximilian Luz 2021-12-08 17:09:06 +01:00
parent 8b597b4ebf
commit 2f76018b56
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02

View file

@ -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