From 8e520d24154f26a2fdf3c6592cd4d090c494f08c Mon Sep 17 00:00:00 2001 From: Michael Zhao Date: Wed, 22 Jul 2020 15:02:40 +0800 Subject: [PATCH] resource: Enable PCI controller driver in AArch64 kernel config Signed-off-by: Michael Zhao --- resources/linux-config-aarch64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/linux-config-aarch64 b/resources/linux-config-aarch64 index bdd294199..d08cd96a6 100644 --- a/resources/linux-config-aarch64 +++ b/resources/linux-config-aarch64 @@ -1043,7 +1043,8 @@ CONFIG_HOTPLUG_PCI_ACPI=y # PCI controller drivers # # CONFIG_PCI_FTPCI100 is not set -# CONFIG_PCI_HOST_GENERIC is not set +CONFIG_PCI_HOST_COMMON=y +CONFIG_PCI_HOST_GENERIC=y # CONFIG_PCIE_XILINX is not set # CONFIG_PCI_XGENE is not set # CONFIG_PCIE_ALTERA is not set