kernel/0139-feat-change-idle-defconfig-from-win2030-to-eic7700.patch
2024-12-19 16:34:44 -05:00

30 lines
907 B
Diff

From 1315bdf0c3e879a249a367ab83338e4595afce7e Mon Sep 17 00:00:00 2001
From: congyuyang <congyuyang@eswincomputing.com>
Date: Thu, 1 Aug 2024 15:09:50 +0800
Subject: [PATCH 139/219] feat:change idle defconfig from win2030 to eic7700
Changelogs:
change idle defconfig from win2030 to eic7700
Signed-off-by: congyuyang <congyuyang@eswincomputing.com>
---
arch/riscv/configs/eic7700_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/riscv/configs/eic7700_defconfig b/arch/riscv/configs/eic7700_defconfig
index 24819c7dd1e7..1472511bd299 100644
--- a/arch/riscv/configs/eic7700_defconfig
+++ b/arch/riscv/configs/eic7700_defconfig
@@ -48,6 +48,8 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
CONFIG_CPUFREQ_DT=y
+CONFIG_CPU_IDLE=y
+CONFIG_RISCV_SBI_CPUIDLE=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_JUMP_LABEL=y
--
2.47.0