From 82ff7c093931e6195598bcc7275392f7c0237f7b Mon Sep 17 00:00:00 2001 From: "Kevin.xie" Date: Wed, 7 Dec 2022 14:20:16 +0800 Subject: [PATCH] riscv: configs: Add port bus driver for PCIe switch. Verified on JH7110EVB with ASMedia EV Board (asm1806 version). Signed-off-by: Kevin.xie --- arch/riscv/configs/starfive_jh7110_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/starfive_jh7110_defconfig b/arch/riscv/configs/starfive_jh7110_defconfig index d74cb1d..25cef87 100644 --- a/arch/riscv/configs/starfive_jh7110_defconfig +++ b/arch/riscv/configs/starfive_jh7110_defconfig @@ -84,6 +84,7 @@ CONFIG_MAC80211=y CONFIG_NET_9P=y CONFIG_NET_9P_VIRTIO=y CONFIG_PCI=y +CONFIG_PCIEPORTBUS=y # CONFIG_PCIEASPM is not set CONFIG_PCIE_PLDA=y CONFIG_DEVTMPFS=y -- 2.7.4