[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [IA64] make it possible to disable CONFIG_XEN
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |