WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [IA64] make it possible to disable CONFIG_XEN

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [IA64] make it possible to disable CONFIG_XEN
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 May 2006 12:44:49 +0000
Delivery-date: Tue, 23 May 2006 05:52:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID df3d143a1139164329df49ce687c8f00cee69683
# Parent  2e85df9329f8febd21895a16a7cde1ca3777d4ff
[IA64] make it possible to disable CONFIG_XEN

This patch helps distro inclusion efforts by making it possible to
build a xen-patched Linux kernel with CONFIG_XEN disabled.

Signed-off-by: Aron Griffis <aron@xxxxxx>
---
 linux-2.6-xen-sparse/arch/ia64/Kconfig |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r 2e85df9329f8 -r df3d143a1139 linux-2.6-xen-sparse/arch/ia64/Kconfig
--- a/linux-2.6-xen-sparse/arch/ia64/Kconfig    Sun May 21 07:24:51 2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig    Sun May 21 07:28:05 2006 -0600
@@ -51,7 +51,7 @@ config GENERIC_IOMAP
        default y
 
 config XEN
-       bool
+       bool "Xen hypervisor support"
        default y
        help
          Enable Xen hypervisor support.  Resulting kernel runs
@@ -60,6 +60,7 @@ config ARCH_XEN
 config ARCH_XEN
        bool
        default y
+       depends on XEN
        help
          TEMP ONLY. Needs to be on for drivers/xen to build.
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] make it possible to disable CONFIG_XEN, Xen patchbot-unstable <=