# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Node ID 15b27098a447eb23b9a4021f004ee6a5c47dd2ec # Parent 9636abaa69590d7284f72c35efc7808d572d9c1b introduce XEN_IA64_DOM0_VP config. PATCHNAME: Kconfig Signed-off-by: Isaku Yamahata diff -r 9636abaa6959 -r 15b27098a447 linux-2.6-xen-sparse/arch/ia64/Kconfig --- a/linux-2.6-xen-sparse/arch/ia64/Kconfig Mon Apr 24 22:28:03 2006 +0900 +++ b/linux-2.6-xen-sparse/arch/ia64/Kconfig Mon Apr 24 22:28:05 2006 +0900 @@ -88,6 +88,13 @@ config XEN_BLKDEV_BACKEND depends on XEN && XEN_BACKEND bool default y + +config XEN_IA64_DOM0_VP + depends on XEN + bool + default n + help + dom0 vp model config XEN_SYSFS bool "Export Xen attributes in sysfs"