1*bb208810SXin Zeng# SPDX-License-Identifier: GPL-2.0-only 2*bb208810SXin Zengconfig QAT_VFIO_PCI 3*bb208810SXin Zeng tristate "VFIO support for QAT VF PCI devices" 4*bb208810SXin Zeng select VFIO_PCI_CORE 5*bb208810SXin Zeng depends on CRYPTO_DEV_QAT_4XXX 6*bb208810SXin Zeng help 7*bb208810SXin Zeng This provides migration support for Intel(R) QAT Virtual Function 8*bb208810SXin Zeng using the VFIO framework. 9*bb208810SXin Zeng 10*bb208810SXin Zeng To compile this as a module, choose M here: the module 11*bb208810SXin Zeng will be called qat_vfio_pci. If you don't know what to do here, 12*bb208810SXin Zeng say N. 13