diff options
author | Huacai Chen <chenhc@lemote.com> | 2020-07-29 14:58:37 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-08-04 09:39:29 +0200 |
commit | 39c1485c8baa47aa20caefc1ec0a3410fbad6c81 (patch) | |
tree | 36e9f28ada3c449934aef97da6d99aa0e9c913b3 /arch/mips/Kconfig | |
parent | a84a334f03c59fa9c0d682d13368611f7ca4f8ac (diff) | |
download | linux-39c1485c8baa47aa20caefc1ec0a3410fbad6c81.tar.gz linux-39c1485c8baa47aa20caefc1ec0a3410fbad6c81.tar.bz2 linux-39c1485c8baa47aa20caefc1ec0a3410fbad6c81.zip |
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/Kconfig | 1 |
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. |