xref: /linux/drivers/vfio/pci/hisilicon/Kconfig (revision a1f4cf5791e7914f3e42f5462669353104fef8a9)
1# SPDX-License-Identifier: GPL-2.0-only
2config HISI_ACC_VFIO_PCI
3	tristate "VFIO support for HiSilicon ACC PCI devices"
4	depends on ARM64 || (COMPILE_TEST && 64BIT)
5	depends on PCI_MSI
6	depends on CRYPTO_DEV_HISI_QM
7	depends on CRYPTO_DEV_HISI_HPRE
8	depends on CRYPTO_DEV_HISI_SEC2
9	depends on CRYPTO_DEV_HISI_ZIP
10	select VFIO_PCI_CORE
11	help
12	  This provides generic PCI support for HiSilicon ACC devices
13	  using the VFIO framework.
14
15	  If you don't know what to do here, say N.
16