summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTan En De <ende.tan@starfivetech.com>2023-03-09 16:49:26 +0300
committerLey Foon Tan <leyfoon.tan@starfivetech.com>2023-12-04 06:00:14 +0300
commite04006b3d209906bb2fcddc8a85bafd3e5292b0c (patch)
tree6133ab26d74c21fdc96224786e899f087e632157
parentd0a801ba51665aff39dde65cc855c18cbea99188 (diff)
downloadlinux-e04006b3d209906bb2fcddc8a85bafd3e5292b0c.tar.xz
riscv: configs: Dubhe: Enable virtualization and kvm
These two configs are needed to run KVM guest. Signed-off-by: Tan En De <ende.tan@starfivetech.com>
-rw-r--r--arch/riscv/configs/starfive_dubhe_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/configs/starfive_dubhe_defconfig b/arch/riscv/configs/starfive_dubhe_defconfig
index c899bd2102ca..d5de1268861f 100644
--- a/arch/riscv/configs/starfive_dubhe_defconfig
+++ b/arch/riscv/configs/starfive_dubhe_defconfig
@@ -22,6 +22,8 @@ CONFIG_SOC_STARFIVE_DUBHE=y
CONFIG_SMP=y
CONFIG_HOTPLUG_CPU=y
CONFIG_HZ_10=y
+CONFIG_VIRTUALIZATION=y
+CONFIG_KVM=y
CONFIG_JUMP_LABEL=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y