mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
Merge pull request #2484 from genesiscloud/arm64-vfio
sys-kernel/coreos-modules: Enable VFIO for arm64
This commit is contained in:
commit
4dd088cc84
1
changelog/changes/2024-11-26-enable-vfio-on-arm.md
Normal file
1
changelog/changes/2024-11-26-enable-vfio-on-arm.md
Normal file
@ -0,0 +1 @@
|
||||
- The VFIO kernel modules are now also available in ARM64 builds. ([flatcar/scripts#2484](https://github.com/flatcar/scripts/pull/2484))
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user