From mboxrd@z Thu Jan 1 00:00:00 1970 From: ehrhardt@linux.vnet.ibm.com Date: Thu, 13 Mar 2008 13:17:10 +0000 Subject: [kvm-ppc-devel] [PATCH] enable virtio for kvmppc in kconfig Message-Id: <1205414230391-git-send-email-ehrhardt@linux.vnet.ibm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Subject: [PATCH] enable virtio for kvmppc in kconfig From: Christian Ehrhardt This proivdes the option to select virtio for kvm on ppc. It includes the virtio driver section as e.g. x86 does Signed-off-by: Christian Ehrhardt --- [diffstat] Kconfig | 11 +++++++++++ 1 files changed, 11 insertions(+) diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -41,5 +41,16 @@ config KVM_POWERPC_440 ---help--- Provides support for KVM on 440 processors. +config KVM_PPC_VIRTIO + bool "Virtio Support" + select VIRTIO + select VIRTIO_RING + ---help--- + Say yes here to activate virtio support + +# OK, it's a little counter-intuitive to do this, but it puts it neatly under +# the virtualization menu. +source drivers/virtio/Kconfig + endif # VIRTUALIZATION ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-ppc-devel mailing list kvm-ppc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel