Kconfig (a278e7ea608bea5fe6df9b6ae91fa134655c5d2c) | Kconfig (4f44e8aeaf1937d9148dfcc4c028cd8aff27902e) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# KVM configuration 4# 5 6source "virt/kvm/Kconfig" 7 8menuconfig VIRTUALIZATION --- 170 unchanged lines hidden (view full) --- 179 bool "KVM in-kernel MPIC emulation" 180 depends on KVM && E500 181 select HAVE_KVM_IRQCHIP 182 select HAVE_KVM_IRQFD 183 select HAVE_KVM_IRQ_ROUTING 184 select HAVE_KVM_MSI 185 help 186 Enable support for emulating MPIC devices inside the | 1# SPDX-License-Identifier: GPL-2.0 2# 3# KVM configuration 4# 5 6source "virt/kvm/Kconfig" 7 8menuconfig VIRTUALIZATION --- 170 unchanged lines hidden (view full) --- 179 bool "KVM in-kernel MPIC emulation" 180 depends on KVM && E500 181 select HAVE_KVM_IRQCHIP 182 select HAVE_KVM_IRQFD 183 select HAVE_KVM_IRQ_ROUTING 184 select HAVE_KVM_MSI 185 help 186 Enable support for emulating MPIC devices inside the |
187 host kernel, rather than relying on userspace to emulate. 188 Currently, support is limited to certain versions of 189 Freescale's MPIC implementation. | 187 host kernel, rather than relying on userspace to emulate. 188 Currently, support is limited to certain versions of 189 Freescale's MPIC implementation. |
190 191config KVM_XICS 192 bool "KVM in-kernel XICS emulation" 193 depends on KVM_BOOK3S_64 && !KVM_MPIC 194 select HAVE_KVM_IRQCHIP 195 select HAVE_KVM_IRQFD 196 default y 197 ---help--- --- 12 unchanged lines hidden --- | 190 191config KVM_XICS 192 bool "KVM in-kernel XICS emulation" 193 depends on KVM_BOOK3S_64 && !KVM_MPIC 194 select HAVE_KVM_IRQCHIP 195 select HAVE_KVM_IRQFD 196 default y 197 ---help--- --- 12 unchanged lines hidden --- |