commit | 5d9b8e30f543a9f21a968a4cda71e8f6d1c66a61 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Jan 04 18:04:18 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:03:02 2009 +0200 |
tree | 22b44297196aa19f9b4c20c46d525405d3681aa1 | |
parent | 4677a3b693e035f186e2875259b9a0bb94c42fbe [diff] [blame] |
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>
diff --git a/arch/ia64/kvm/Kconfig b/arch/ia64/kvm/Kconfig index f833a0b..0a2d6b8 100644 --- a/arch/ia64/kvm/Kconfig +++ b/arch/ia64/kvm/Kconfig
@@ -4,6 +4,10 @@ config HAVE_KVM bool +config HAVE_KVM_IRQCHIP + bool + default y + menuconfig VIRTUALIZATION bool "Virtualization" depends on HAVE_KVM || IA64