aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kvm
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2009-05-21 09:45:19 -0400
committerAvi Kivity <avi@redhat.com>2009-09-10 01:32:41 -0400
commit0ba12d10817a8db1fd7d96d3283ec6c0b294aeab (patch)
treee99c7e1193c0b939becf39f440f3364ac3753e81 /arch/ia64/kvm
parent787ff73637bbf34ef276cb04a127b421de71cc43 (diff)
KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig
Reduce Kconfig code duplication. Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/ia64/kvm')
-rw-r--r--arch/ia64/kvm/Kconfig7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/ia64/kvm/Kconfig b/arch/ia64/kvm/Kconfig
index 64d520937874..f922bbba3797 100644
--- a/arch/ia64/kvm/Kconfig
+++ b/arch/ia64/kvm/Kconfig
@@ -1,12 +1,8 @@
1# 1#
2# KVM configuration 2# KVM configuration
3# 3#
4config HAVE_KVM
5 bool
6 4
7config HAVE_KVM_IRQCHIP 5source "virt/kvm/Kconfig"
8 bool
9 default y
10 6
11menuconfig VIRTUALIZATION 7menuconfig VIRTUALIZATION
12 bool "Virtualization" 8 bool "Virtualization"
@@ -28,6 +24,7 @@ config KVM
28 depends on PCI 24 depends on PCI
29 select PREEMPT_NOTIFIERS 25 select PREEMPT_NOTIFIERS
30 select ANON_INODES 26 select ANON_INODES
27 select HAVE_KVM_IRQCHIP
31 ---help--- 28 ---help---
32 Support hosting fully virtualized guest machines using hardware 29 Support hosting fully virtualized guest machines using hardware
33 virtualization extensions. You will need a fairly recent 30 virtualization extensions. You will need a fairly recent