cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (484B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2config 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
     15	  If you don't know what to do here, say N.