[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [linux-2.6.18-xen] [PPC] Add Kconfig option for the balloon driver.



# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1183726656 -3600
# Node ID dabb3289da972f03b813e86d097e27034607ec67
# Parent  11483a00c017ea82a4c2948724eb36ba6ec5c0ba
[PPC] Add Kconfig option for the balloon driver.
PowerPC Xen does not support ballooning.
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
 drivers/xen/Kconfig  |    4 ++++
 drivers/xen/Makefile |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff -r 11483a00c017 -r dabb3289da97 drivers/xen/Kconfig
--- a/drivers/xen/Kconfig       Fri Jul 06 11:08:24 2007 +0100
+++ b/drivers/xen/Kconfig       Fri Jul 06 13:57:36 2007 +0100
@@ -274,4 +274,8 @@ config XEN_SMPBOOT
        default y
        depends on SMP
 
+config XEN_BALLOON
+       bool
+       default y
+
 endif
diff -r 11483a00c017 -r dabb3289da97 drivers/xen/Makefile
--- a/drivers/xen/Makefile      Fri Jul 06 11:08:24 2007 +0100
+++ b/drivers/xen/Makefile      Fri Jul 06 13:57:36 2007 +0100
@@ -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/

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.