From e01a5eecb7ee78afbad36d09af0f99759c7c45dd Mon Sep 17 00:00:00 2001 From: congyuyang Date: Thu, 1 Aug 2024 15:09:50 +0800 Subject: [PATCH 139/222] feat:change idle defconfig from win2030 to eic7700 Changelogs: change idle defconfig from win2030 to eic7700 Signed-off-by: congyuyang --- 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