aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kvm/Kconfig')
-rw-r--r--arch/powerpc/kvm/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig
index f47e95e0b6de..4bf10b520765 100644
--- a/arch/powerpc/kvm/Kconfig
+++ b/arch/powerpc/kvm/Kconfig
@@ -154,6 +154,9 @@ config KVM_E500MC
154config KVM_MPIC 154config KVM_MPIC
155 bool "KVM in-kernel MPIC emulation" 155 bool "KVM in-kernel MPIC emulation"
156 depends on KVM 156 depends on KVM
157 select HAVE_KVM_IRQCHIP
158 select HAVE_KVM_IRQ_ROUTING
159 select HAVE_KVM_MSI
157 help 160 help
158 Enable support for emulating MPIC devices inside the 161 Enable support for emulating MPIC devices inside the
159 host kernel, rather than relying on userspace to emulate. 162 host kernel, rather than relying on userspace to emulate.