Skip to content

Commit

Permalink
feat: enable IRQ remapping on amd64
Browse files Browse the repository at this point in the history
This enables the IOMMU to do IRQ remapping besides DMA remapping
which is required by some devices to function with IOMMU.

Note IOMMU is disabled by default.

Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
yoctozepto authored and smira committed Dec 14, 2023
1 parent 814dc60 commit d6185ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/build/config-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -4771,7 +4771,7 @@ CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
# CONFIG_INTEL_IOMMU_SCALABLE_MODE_DEFAULT_ON is not set
# CONFIG_IRQ_REMAP is not set
CONFIG_IRQ_REMAP=y
CONFIG_HYPERV_IOMMU=y
# CONFIG_VIRTIO_IOMMU is not set

Expand Down

0 comments on commit d6185ec

Please sign in to comment.