Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

πŸ“¦ Kernel Rebuild - Enable IOMMU

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 01:07
· 112 commits to main since this release
70848e0

πŸ›ˆ General Changes since the last release

diff --git a/kernel.conf b/kernel.conf
index 4dd75ef..a8bbd6b 100644
--- a/kernel.conf
+++ b/kernel.conf
@@ -5952,9 +5952,9 @@ CONFIG_IOMMU_SUPPORT=y
 # end of Generic IOMMU Pagetable Support
 
 # CONFIG_IOMMU_DEBUGFS is not set
-# CONFIG_AMD_IOMMU is not set
-# CONFIG_INTEL_IOMMU is not set
-# CONFIG_IRQ_REMAP is not set
+CONFIG_AMD_IOMMU=y
+CONFIG_INTEL_IOMMU=y
+CONFIG_IRQ_REMAP=y
 # CONFIG_VIRTIO_IOMMU is not set
 
 #

🚚 Kernel Delivery System - Triggered by 70848e0 at 2022-06-07T06:19:14Z