mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 14:14:15 +00:00
Merge pull request #568 from Jakob-Naucke/vfio-ap-fragment
packaging: Add VFIO-AP fragment for s390x
This commit is contained in:
commit
c14d44aba8
13
tools/packaging/kernel/configs/fragments/s390/vfio-ap.conf
Normal file
13
tools/packaging/kernel/configs/fragments/s390/vfio-ap.conf
Normal file
@ -0,0 +1,13 @@
|
||||
# see https://www.kernel.org/doc/html/latest/s390/vfio-ap.html for more information
|
||||
|
||||
# VFIO support for AP devices
|
||||
CONFIG_VFIO_AP=y
|
||||
CONFIG_VFIO_IOMMU_TYPE1=y
|
||||
# VFIO Non-Privileged userspace driver framework
|
||||
CONFIG_VFIO=y
|
||||
# Mediated device driver framework
|
||||
CONFIG_VFIO_MDEV=y
|
||||
# VFIO driver for Mediated devices
|
||||
CONFIG_VFIO_MDEV_DEVICE=y
|
||||
# S390 AP IOMMU Support
|
||||
CONFIG_S390_AP_IOMMU=y
|
Loading…
Reference in New Issue
Block a user