Kconfig (9938b04472d5c59f8bd8152a548533a8599596a2) | Kconfig (7b96953bc640b6b25665fe17ffca4b668b371f14) |
---|---|
1config VFIO_IOMMU_TYPE1 2 tristate 3 depends on VFIO 4 default n 5 6config VFIO_IOMMU_SPAPR_TCE 7 tristate 8 depends on VFIO && SPAPR_TCE_IOMMU --- 34 unchanged lines hidden (view full) --- 43 in an unsupportable kernel and will therefore taint the kernel. 44 Device assignment to virtual machines is also not possible with 45 this mode since there is no IOMMU to provide DMA translation. 46 47 If you don't know what to do here, say N. 48 49source "drivers/vfio/pci/Kconfig" 50source "drivers/vfio/platform/Kconfig" | 1config VFIO_IOMMU_TYPE1 2 tristate 3 depends on VFIO 4 default n 5 6config VFIO_IOMMU_SPAPR_TCE 7 tristate 8 depends on VFIO && SPAPR_TCE_IOMMU --- 34 unchanged lines hidden (view full) --- 43 in an unsupportable kernel and will therefore taint the kernel. 44 Device assignment to virtual machines is also not possible with 45 this mode since there is no IOMMU to provide DMA translation. 46 47 If you don't know what to do here, say N. 48 49source "drivers/vfio/pci/Kconfig" 50source "drivers/vfio/platform/Kconfig" |
51source "drivers/vfio/mdev/Kconfig" |
|
51source "virt/lib/Kconfig" | 52source "virt/lib/Kconfig" |