From: Konrad Rzeszutek Wilk Date: Wed, 8 May 2013 14:18:18 +0000 (-0400) Subject: config: Enable DEBUG_MEMLEAK and HYPERVISOR_GUEST (for v3.10) X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5e02d867fdedabdd2acdfe0fd2a9d8d371db363f;p=xentesttools%2Fbootstrap.git config: Enable DEBUG_MEMLEAK and HYPERVISOR_GUEST (for v3.10) Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/linux.config b/linux.config index faa13f0..6d66491 100644 --- a/linux.config +++ b/linux.config @@ -22,7 +22,7 @@ CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_LZMA is not set # CONFIG_LOCALVERSION_AUTO=y -# CONFIG_DEBUG_KMEMLEAK is not set +CONFIG_DEBUG_KMEMLEAK=y # CONFIG_SYSCTL=y @@ -879,4 +879,6 @@ CONFIG_BRIDGE_IGMP_SNOOPING=y CONFIG_MEMORY_HOTPLUG=y CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_HYPERVISOR_GUEST=y + # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set