Kconfig 484 B

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