From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Subject: [PATCH 1 of 6] [XEN][LINUX] Add Kconfig option for the balloon driver Date: Thu, 05 Jul 2007 17:27:50 -0500 Message-ID: <5c80ef74d4766742a526.1183674470@localhost> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com, xen-ppc-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 2 files changed, 5 insertions(+), 1 deletion(-) drivers/xen/Kconfig | 4 ++++ drivers/xen/Makefile | 2 +- # HG changeset patch # User Hollis Blanchard # Date 1183672706 18000 # Node ID 5c80ef74d4766742a52623f0adf3edc41f42e5b6 # Parent cb040341e05af32c804afef4216ec5491dcbf9e3 [XEN][LINUX] Add Kconfig option for the balloon driver. PowerPC Xen does not support ballooning. Signed-off-by: Hollis Blanchard diff -r cb040341e05a -r 5c80ef74d476 drivers/xen/Kconfig --- a/drivers/xen/Kconfig Mon Jul 02 17:19:24 2007 +0100 +++ b/drivers/xen/Kconfig Thu Jul 05 16:58:26 2007 -0500 @@ -274,4 +274,8 @@ config XEN_SMPBOOT default y depends on SMP +config XEN_BALLOON + bool + default y + endif diff -r cb040341e05a -r 5c80ef74d476 drivers/xen/Makefile --- a/drivers/xen/Makefile Mon Jul 02 17:19:24 2007 +0100 +++ b/drivers/xen/Makefile Thu Jul 05 16:58:26 2007 -0500 @@ -4,10 +4,10 @@ obj-y += privcmd/ obj-y += privcmd/ obj-y += xenbus/ obj-y += gntdev/ -obj-y += balloon/ obj-y += char/ obj-y += util.o +obj-$(CONFIG_XEN_BALLOON) += balloon/ obj-$(CONFIG_XEN_BLKDEV_BACKEND) += blkback/ obj-$(CONFIG_XEN_BLKDEV_TAP) += blktap/ obj-$(CONFIG_XEN_NETDEV_BACKEND) += netback/