sys-kernel/coreos-modules: Enable VFIO for arm64

VFIO was configured as x86-only, but it also works and is useful on ARM.
CONFIG_VFIO_PCI_VGA is x86-specific, so it remains in the amd64 config.
This commit is contained in:
Lukas Stockner 2024-11-26 21:59:50 +01:00
parent 4ca21a1907
commit f5d9435f43
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
- The VFIO kernel modules are now also available in ARM64 builds.

View File

@ -112,8 +112,6 @@ CONFIG_TCG_INFINEON=m
CONFIG_TCG_NSC=m
CONFIG_UPROBE_EVENTS=y
CONFIG_USB_OHCI_HCD_SSB=y
CONFIG_VFIO=m
CONFIG_VFIO_PCI=m
CONFIG_VFIO_PCI_VGA=y
CONFIG_VHOST_VSOCK=m
CONFIG_VMWARE_BALLOON=m

View File

@ -921,6 +921,8 @@ CONFIG_USB_XHCI_HCD=m
CONFIG_USER_NS=y
CONFIG_VETH=m
CONFIG_VFAT_FS=m
CONFIG_VFIO=m
CONFIG_VFIO_PCI=m
CONFIG_VHOST_NET=m
CONFIG_VIA_RHINE=m
CONFIG_VIA_RHINE_MMIO=y