From ec14fa77cb201626b0687598060e9ee56647b229 Mon Sep 17 00:00:00 2001 From: "Kevin.xie" Date: Tue, 7 Jun 2022 16:04:57 +0800 Subject: [PATCH] riscv: defconfig: Enable PCIe ASPM module in power save policy Signed-off-by: Kevin.xie --- arch/riscv/configs/starfive_jh7110_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/riscv/configs/starfive_jh7110_defconfig b/arch/riscv/configs/starfive_jh7110_defconfig index 505c0d6..d93b589 100644 --- a/arch/riscv/configs/starfive_jh7110_defconfig +++ b/arch/riscv/configs/starfive_jh7110_defconfig @@ -79,7 +79,7 @@ CONFIG_MAC80211=y CONFIG_NET_9P=y CONFIG_NET_9P_VIRTIO=y CONFIG_PCI=y -# CONFIG_PCIEASPM is not set +CONFIG_PCIEASPM_POWERSAVE=y CONFIG_PCIE_PLDA=y CONFIG_DEVTMPFS=y CONFIG_DEVTMPFS_MOUNT=y -- 2.7.4