summaryrefslogtreecommitdiff
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorHuacai Chen <chenhc@lemote.com>2020-07-29 14:58:37 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-08-04 09:39:29 +0200
commit39c1485c8baa47aa20caefc1ec0a3410fbad6c81 (patch)
tree36e9f28ada3c449934aef97da6d99aa0e9c913b3 /arch/mips/Kconfig
parenta84a334f03c59fa9c0d682d13368611f7ca4f8ac (diff)
MIPS: KVM: Add kvm guest support for Loongson-3
Loongson-3 KVM guest is based on virtio, it use liointc as its interrupt controller and use GPEX as the pci controller. Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f6bb446d30f0..499a20dd007c 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -478,6 +478,7 @@ config MACH_LOONGSON64
select COMMON_CLK
select USE_OF
select BUILTIN_DTB
+ select PCI_HOST_GENERIC
help
This enables the support of Loongson-2/3 family of machines.