--- arch/powerpc/kvm/Kconfig.save 2008-04-17 15:21:54.000000000 +0200 +++ arch/powerpc/kvm/Kconfig 2008-04-17 15:58:52.000000000 +0200 @@ -15,8 +15,8 @@ if VIRTUALIZATION config KVM - tristate "Kernel-based Virtual Machine (KVM) support" - depends on EXPERIMENTAL + bool "Kernel-based Virtual Machine (KVM) support" + depends on EXPERIMENTAL && 44x select PREEMPT_NOTIFIERS select ANON_INODES ---help--- @@ -31,13 +31,22 @@ If unsure, say N. +choice + prompt "KVM host PowerPC processor support" + depends on KVM && 44x + default KVM_BOOKE_HOST + help + This option sets the Kind of PowerPC processor to virtualize. + config KVM_BOOKE_HOST - tristate "KVM host support for Book E PowerPC processors" + bool "Book E" depends on KVM && 44x ---help--- Provides host support for KVM on Book E PowerPC processors. Currently this works on 440 processors only. +endchoice + source drivers/virtio/Kconfig endif # VIRTUALIZATION