From: Eric Auger <eric.au...@redhat.com>

redhat/configs: Set CONFIG_VIRTIO_IOMMU on aarch64

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1972795

Upstream Status: RHEL only
Tested: on ARM with qemu (Jean-Philippe Brucker's qemu branch as the
qemu integration is not yet upstream)

We want to support the virtio-iommu on ARM. So let's compile it.

Signed-off-by: Eric Auger <eric.au...@redhat.com>

---

v1 -> v2:
- do not set the config in ark/generic/arm/aarch64 but rather
  in common/generic/arm/aarch64  and just cares about the setting
  for ARM as the default already is set to false in common.

diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_VIRTIO_IOMMU 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_VIRTIO_IOMMU
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_VIRTIO_IOMMU
@@ -0,0 +1 @@
+CONFIG_VIRTIO_IOMMU=m

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1249
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to