diff options
author | Avi Kivity <avi@redhat.com> | 2009-04-17 19:40:07 -0300 |
---|---|---|
committer | Chris Wright <chrisw@sous-sol.org> | 2009-04-27 10:37:03 -0700 |
commit | 1350e5c4945999cd31c6bdf050fb1b161c283d3c (patch) | |
tree | 75b3abd7fc705c2c9b762898d818320ec42c5f60 /arch/powerpc | |
parent | fda28853bc4bc053ef2fafb5c7d2a26e6ce4b4bf (diff) |
KVM: Add CONFIG_HAVE_KVM_IRQCHIP
upstream commit: 5d9b8e30f543a9f21a968a4cda71e8f6d1c66a61
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>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 6dbdc4817d8..03becdf13fa 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -2,6 +2,9 @@ # KVM configuration # +config HAVE_KVM_IRQCHIP + bool + menuconfig VIRTUALIZATION bool "Virtualization" ---help--- |