Merge pull request #568 from Jakob-Naucke/vfio-ap-fragment

packaging: Add VFIO-AP fragment for s390x
This commit is contained in:
Julio Montes 2020-08-26 07:59:09 -05:00 committed by GitHub
commit c14d44aba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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