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

Commit

Permalink
Enable IOMMU
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkyDeveloper authored Jun 9, 2022
1 parent 6f46c27 commit 70848e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kernel.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down

0 comments on commit 70848e0

Please sign in to comment.