===== linux-2.6.11-xen-sparse/arch/xen/Kconfig 1.34 vs edited ===== --- 1.34/linux-2.6.11-xen-sparse/arch/xen/Kconfig 2005-05-03 10:27:52 -04:00 +++ edited/linux-2.6.11-xen-sparse/arch/xen/Kconfig 2005-06-30 15:43:37 -04:00 @@ -123,6 +123,11 @@ to a character device, allowing device prototyping in application space. Odds are that you want to say N here. +config XEN_XENBUS + bool "Xenbus architecture (EXPERIMENTAL)" + depends on EXPERIMENTAL + default n + config XEN_SHADOW_MODE bool "Fake shadow mode" default n ===== linux-2.6.11-xen-sparse/drivers/xen/Makefile 1.17 vs edited ===== --- 1.17/linux-2.6.11-xen-sparse/drivers/xen/Makefile 2005-06-28 11:42:44 -04:00 +++ edited/linux-2.6.11-xen-sparse/drivers/xen/Makefile 2005-06-30 15:44:06 -04:00 @@ -4,8 +4,8 @@ obj-y += evtchn/ obj-y += balloon/ obj-y += privcmd/ -obj-y += xenbus/ +obj-$(CONFIG_XEN_XENBUS) += xenbus/ obj-$(CONFIG_XEN_BLKDEV_BACKEND) += blkback/ obj-$(CONFIG_XEN_NETDEV_BACKEND) += netback/ obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += blkfront/