From fca46c4a49de313620236c0fc88f38b81b049d9e Mon Sep 17 00:00:00 2001 From: liushanghui Date: Fri, 13 Mar 2020 21:13:23 +0800 Subject: [PATCH] configs: Build support for Alibaba PCIe IOHub SRIOV It enables SRIOV of PCIe devices of Alibaba MOC, then VFs can be used by other host or VM above on the host. Signed-off-by: liushanghui Reviewed-by: luanshi Acked-by: Caspar Zhang --- config-4.19.y-aarch64 | 1 + config-4.19.y-aarch64-debug | 1 + config-4.19.y-x86_64 | 1 + config-4.19.y-x86_64-debug | 1 + 4 files changed, 4 insertions(+) diff --git a/config-4.19.y-aarch64 b/config-4.19.y-aarch64 index 9f8c08d125c2..88504019ec1a 100644 --- a/config-4.19.y-aarch64 +++ b/config-4.19.y-aarch64 @@ -333,6 +333,7 @@ CONFIG_PCIE_IPROC_PLATFORM=y CONFIG_PCIE_IPROC_MSI=y CONFIG_PCI_HOST_THUNDER_PEM=y CONFIG_PCI_HOST_THUNDER_ECAM=y +CONFIG_PCI_IOHUB_SRIOV=m # # DesignWare PCI Core Support diff --git a/config-4.19.y-aarch64-debug b/config-4.19.y-aarch64-debug index 25602c59f6f1..b47428e8701b 100644 --- a/config-4.19.y-aarch64-debug +++ b/config-4.19.y-aarch64-debug @@ -337,6 +337,7 @@ CONFIG_PCIE_IPROC_PLATFORM=y CONFIG_PCIE_IPROC_MSI=y CONFIG_PCI_HOST_THUNDER_PEM=y CONFIG_PCI_HOST_THUNDER_ECAM=y +CONFIG_PCI_IOHUB_SRIOV=m # # DesignWare PCI Core Support diff --git a/config-4.19.y-x86_64 b/config-4.19.y-x86_64 index 69a89c08a0f0..9054c4e56058 100644 --- a/config-4.19.y-x86_64 +++ b/config-4.19.y-x86_64 @@ -586,6 +586,7 @@ CONFIG_HOTPLUG_PCI_ACPI=y CONFIG_HOTPLUG_PCI_ACPI_IBM=m # CONFIG_HOTPLUG_PCI_CPCI is not set CONFIG_HOTPLUG_PCI_SHPC=y +CONFIG_PCI_IOHUB_SRIOV=m # # PCI controller drivers diff --git a/config-4.19.y-x86_64-debug b/config-4.19.y-x86_64-debug index 514fb54deed5..5a34def1f220 100644 --- a/config-4.19.y-x86_64-debug +++ b/config-4.19.y-x86_64-debug @@ -591,6 +591,7 @@ CONFIG_HOTPLUG_PCI_ACPI=y CONFIG_HOTPLUG_PCI_ACPI_IBM=m # CONFIG_HOTPLUG_PCI_CPCI is not set CONFIG_HOTPLUG_PCI_SHPC=y +CONFIG_PCI_IOHUB_SRIOV=m # # PCI controller drivers -- GitLab