diff options
author | Tianrui Zhao <zhaotianrui@loongson.cn> | 2023-10-02 04:01:29 +0200 |
---|---|---|
committer | Huacai Chen <chenhuacai@loongson.cn> | 2023-10-02 04:01:29 +0200 |
commit | c1fc48aad14dbe7654f5986afb906332b528d54b (patch) | |
tree | d90486f1d59b14232a370b15d854a8a64e4dbfdd /arch/loongarch/Kconfig | |
parent | LoongArch: KVM: Implement vcpu world switch (diff) | |
download | linux-c1fc48aad14dbe7654f5986afb906332b528d54b.tar.xz linux-c1fc48aad14dbe7654f5986afb906332b528d54b.zip |
LoongArch: KVM: Enable kvm config and add the makefile
Enable LoongArch kvm config and add the makefile to support build kvm
module.
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Tested-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Tianrui Zhao <zhaotianrui@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'arch/loongarch/Kconfig')
-rw-r--r-- | arch/loongarch/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/loongarch/Kconfig b/arch/loongarch/Kconfig index e14396a2ddcb..d889a0b97bc1 100644 --- a/arch/loongarch/Kconfig +++ b/arch/loongarch/Kconfig @@ -129,6 +129,7 @@ config LOONGARCH select HAVE_KPROBES select HAVE_KPROBES_ON_FTRACE select HAVE_KRETPROBES + select HAVE_KVM select HAVE_MOD_ARCH_SPECIFIC select HAVE_NMI select HAVE_PCI @@ -263,6 +264,9 @@ config AS_HAS_LASX_EXTENSION config AS_HAS_LBT_EXTENSION def_bool $(as-instr,movscr2gr \$a0$(comma)\$scr0) +config AS_HAS_LVZ_EXTENSION + def_bool $(as-instr,hvcl 0) + menu "Kernel type and options" source "kernel/Kconfig.hz" @@ -676,3 +680,5 @@ source "kernel/power/Kconfig" source "drivers/acpi/Kconfig" endmenu + +source "arch/loongarch/kvm/Kconfig" |