[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] [PATCH] 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> 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |