1
0

KVM: Add CONFIG_HAVE_KVM_IRQCHIP

Two KVM archs support irqchips and two don't.  Add a Kconfig item to
make selecting between the two models easier.

Signed-off-by: Avi Kivity <avi@redhat.com>
Este cometimento está contido em:
Avi Kivity
2009-01-04 18:04:18 +02:00
ascendente 4677a3b693
cometimento 5d9b8e30f5
4 ficheiros modificados com 14 adições e 0 eliminações

Ver ficheiro

@@ -4,6 +4,10 @@
config HAVE_KVM
bool
config HAVE_KVM_IRQCHIP
bool
default y
menuconfig VIRTUALIZATION
bool "Virtualization"
depends on HAVE_KVM || IA64