Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) | Kconfig (8cc75183b78e91455a03ad3a1a68cd0612f66446) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config HISI_ACC_VFIO_PCI | 1# SPDX-License-Identifier: GPL-2.0-only 2config HISI_ACC_VFIO_PCI |
3 tristate "VFIO PCI support for HiSilicon ACC devices" | 3 tristate "VFIO support for HiSilicon ACC PCI devices" |
4 depends on ARM64 || (COMPILE_TEST && 64BIT) | 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 | 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. | 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. |