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-ia64-devel

[Xen-ia64-devel] [PATCH] make it possible to disable CONFIG_XEN

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [PATCH] make it possible to disable CONFIG_XEN
From: Aron Griffis <aron@xxxxxx>
Date: Fri, 19 May 2006 17:29:14 -0400
Delivery-date: Fri, 19 May 2006 14:39:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.11
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>

diff -r 3272e74e8ead linux-2.6-xen-sparse/arch/ia64/Kconfig
--- a/linux-2.6-xen-sparse/arch/ia64/Kconfig    Fri May 19 16:36:27 2006 -0400
+++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig    Fri May 19 17:47:56 2006 -0400
@@ -59,7 +59,7 @@ config GENERIC_IOMAP
        default y
 
 config XEN
-       bool
+       bool "Xen hypervisor support"
        default y
        help
          Enable Xen hypervisor support.  Resulting kernel runs
@@ -68,6 +68,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-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH] make it possible to disable CONFIG_XEN, Aron Griffis <=