From: Nicolas Thill Date: Wed, 11 Feb 2015 11:31:26 +0000 (+0000) Subject: config: disable kernel tracing on uml X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f87f373c9fb5966d110f8299ec1b0edc06285ff8;p=openwrt%2Fstaging%2Frmilecki.git config: disable kernel tracing on uml Signed-off-by: Nicolas Thill SVN-Revision: 44397 --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index db633c15a55..a0bd13e49ca 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -46,6 +46,7 @@ config KERNEL_KALLSYMS config KERNEL_FTRACE bool "Compile the kernel with tracing support" + depends on !TARGET_uml default n config KERNEL_FTRACE_SYSCALLS