brintos

brintos / linux-shallow public Read only

0
0
Text · 480 B · cbf1c32 Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config HISI_ACC_VFIO_PCI3	tristate "VFIO support for HiSilicon ACC PCI devices"4	depends on ARM64 || (COMPILE_TEST && 64BIT)5	depends on PCI_MSI6	depends on CRYPTO_DEV_HISI_QM7	depends on CRYPTO_DEV_HISI_HPRE8	depends on CRYPTO_DEV_HISI_SEC29	depends on CRYPTO_DEV_HISI_ZIP10	select VFIO_PCI_CORE11	help12	  This provides generic PCI support for HiSilicon ACC devices13	  using the VFIO framework.14 15	  If you don't know what to do here, say N.16