27 lines
785 B
Diff
27 lines
785 B
Diff
From 0525b26517dbe28f6ddaffe654e398ce9773826d Mon Sep 17 00:00:00 2001
|
|
From: Han Gao <gaohan@iscas.ac.cn>
|
|
Date: Thu, 30 May 2024 20:44:53 +0800
|
|
Subject: [PATCH 084/219] configs: enable kvm
|
|
|
|
Signed-off-by: Han Gao <gaohan@iscas.ac.cn>
|
|
---
|
|
arch/riscv/configs/win2030_defconfig | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/riscv/configs/win2030_defconfig b/arch/riscv/configs/win2030_defconfig
|
|
index 60ae1c7268e6..2b7beb5b3495 100644
|
|
--- a/arch/riscv/configs/win2030_defconfig
|
|
+++ b/arch/riscv/configs/win2030_defconfig
|
|
@@ -33,6 +33,8 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
|
|
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
|
|
CONFIG_CPUFREQ_DT=y
|
|
+CONFIG_VIRTUALIZATION=y
|
|
+CONFIG_KVM=m
|
|
CONFIG_JUMP_LABEL=y
|
|
CONFIG_MODULES=y
|
|
CONFIG_MODULE_UNLOAD=y
|
|
--
|
|
2.47.0
|
|
|