diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-11 11:31:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-11 11:31:26 +0000 |
commit | f87f373c9fb5966d110f8299ec1b0edc06285ff8 (patch) | |
tree | 4a230eebef6dc26cd57408d42c095fd5b61abd18 /config/Config-kernel.in | |
parent | e97228fde91e0e171632f9428c5bc70952527d4a (diff) | |
download | upstream-f87f373c9fb5966d110f8299ec1b0edc06285ff8.tar.gz upstream-f87f373c9fb5966d110f8299ec1b0edc06285ff8.tar.bz2 upstream-f87f373c9fb5966d110f8299ec1b0edc06285ff8.zip |
config: disable kernel tracing on uml
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44397
Diffstat (limited to 'config/Config-kernel.in')
-rw-r--r-- | config/Config-kernel.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index db633c15a5..a0bd13e49c 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 |