From 7733797de813b521d6eacdaee40a62a722f30228 Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Thu, 25 Jul 2024 13:17:59 +0800 Subject: [PATCH] arch: loongarch: enable KVM in deepin_loongarch_desktop_defconfig Enable KVM support for our desktop defconfig. Signed-off-by: Mingcong Bai --- arch/loongarch/configs/deepin_loongarch_desktop_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/loongarch/configs/deepin_loongarch_desktop_defconfig b/arch/loongarch/configs/deepin_loongarch_desktop_defconfig index 4d3aa930e5353..084eaf4a97d3e 100644 --- a/arch/loongarch/configs/deepin_loongarch_desktop_defconfig +++ b/arch/loongarch/configs/deepin_loongarch_desktop_defconfig @@ -81,6 +81,8 @@ CONFIG_ACPI_CONFIGFS=m CONFIG_ACPI_PFRUT=m CONFIG_ACPI_FFH=y CONFIG_PMIC_OPREGION=y +CONFIG_VIRTUALIZATION=y +CONFIG_KVM=m CONFIG_COMPAT_32BIT_TIME=y CONFIG_LOCK_EVENT_COUNTS=y CONFIG_MODULES=y