46 lines
1.5 KiB
Diff
46 lines
1.5 KiB
Diff
From 0f96a0664aeeb5bed260cbad7447feb27986641f Mon Sep 17 00:00:00 2001
|
|
From: linmin <linmin@eswincomputing.com>
|
|
Date: Sat, 31 Aug 2024 12:24:04 +0800
|
|
Subject: [PATCH 161/219] feat:Disable CONFIG_PM
|
|
|
|
Changelogs:
|
|
1.Deselected CONFIG_PM since the developement of power
|
|
management feature is still ongoing.
|
|
|
|
Signed-off-by: linmin <linmin@eswincomputing.com>
|
|
---
|
|
arch/riscv/configs/eic7700_defconfig | 7 +++----
|
|
1 file changed, 3 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/arch/riscv/configs/eic7700_defconfig b/arch/riscv/configs/eic7700_defconfig
|
|
index 585d21eb8e08..b87608ed3c65 100644
|
|
--- a/arch/riscv/configs/eic7700_defconfig
|
|
+++ b/arch/riscv/configs/eic7700_defconfig
|
|
@@ -32,12 +32,12 @@ CONFIG_PERF_EVENTS=y
|
|
CONFIG_SOC_SIFIVE=y
|
|
CONFIG_SOC_VIRT=y
|
|
CONFIG_SMP=y
|
|
+CONFIG_HOTPLUG_CPU=y
|
|
CONFIG_RISCV_SBI_V01=y
|
|
# CONFIG_RISCV_BOOT_SPINWAIT is not set
|
|
-CONFIG_CMDLINE="earlycon=sbi console=ttyS0,115200n8 clk_ignore_unused cma_pernuma=0x2000000 disable_bypass=false"
|
|
+CONFIG_CMDLINE="earlycon=sbi console=ttyS0,115200n8 clk_ignore_unused cma_pernuma=0x2000000 disable_bypass=false firmware_class.path=/lib/firmware/eic7x/"
|
|
CONFIG_CMDLINE_EXTEND=y
|
|
-CONFIG_PM_DEBUG=y
|
|
-CONFIG_PM_ADVANCED_DEBUG=y
|
|
+# CONFIG_SUSPEND is not set
|
|
CONFIG_CPU_FREQ=y
|
|
CONFIG_CPU_FREQ_STAT=y
|
|
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
|
|
@@ -797,7 +797,6 @@ CONFIG_CRYPTO_SHA512=m
|
|
CONFIG_CRYPTO_DEV_VIRTIO=y
|
|
CONFIG_CRC_ITU_T=y
|
|
CONFIG_CRC7=y
|
|
-CONFIG_XZ_DEC=y
|
|
CONFIG_DMA_CMA=y
|
|
CONFIG_PRINTK_TIME=y
|
|
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=15
|
|
--
|
|
2.47.0
|
|
|