Kconfig 340 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# SPDX-License-Identifier: GPL-2.0
# #
# # PCI configuration
# #
#

menu "PCIe IOHub"

config PCI_IOHUB_SRIOV
	tristate "Alibaba PCIe IOHub SRIOV Driver"
	depends on PCI
	help
	  Enables support for Alibaba PCIe IOHub SRIOV Driver,
	  It enables SRIOV of PCIe devices of Alibaba MOC,
	  then VFs can be used by other applications.

endmenu