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-03-20 08:10:58 +0300
commitb701a87774e9206f2621fbf71af72f311eb3f023 (patch)
tree4e3b24f64f7946c82a7c135a8e6c37dfb1ef7038
parent58e11e53d5c94c97344bc5cd023b2d4ddcd8adf9 (diff)
downloadlinux-b701a87774e9206f2621fbf71af72f311eb3f023.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