13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config QAT_VFIO_PCI3 tristate "VFIO support for QAT VF PCI devices"4 select VFIO_PCI_CORE5 depends on CRYPTO_DEV_QAT_4XXX6 help7 This provides migration support for Intel(R) QAT Virtual Function8 using the VFIO framework.9 10 To compile this as a module, choose M here: the module11 will be called qat_vfio_pci. If you don't know what to do here,12 say N.13