From: Konrad Rzeszutek Wilk Date: Thu, 2 Aug 2012 19:16:50 +0000 (-0400) Subject: config: Enable ftrace. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=03783940dd76cedd1933a1a75bfdf09b810aa4ca;p=xentesttools%2Fbootstrap.git config: Enable ftrace. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/linux.config b/linux.config index c53670e..6a4b436 100644 --- a/linux.config +++ b/linux.config @@ -585,7 +585,7 @@ CONFIG_PCIE_ECRC=y # CONFIG_CNIC is not set # CONFIG_MEDIA_SUPPORT is not set # CONFIG_SMARTJOYPLUS_FF is not set -# CONFIG_FTRACE is not set +CONFIG_FTRACE=y CONFIG_OPROFILE=m CONFIG_HAVE_OPROFILE=y CONFIG_JUMP_LABEL=y @@ -869,3 +869,5 @@ CONFIG_INTEL_TXT=y CONFIG_MACVTAP=y CONFIG_MACVLAN=y CONFIG_BRIDGE_IGMP_SNOOPING=y +CONFIG_MEMORY_HOTPLUG=y +CONFIG_SPARSEMEM_VMEMMAP=y