config: disable kernel tracing on uml
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44397
This commit is contained in:
parent
e97228fde9
commit
f87f373c9f
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ config KERNEL_KALLSYMS
|
||||||
|
|
||||||
config KERNEL_FTRACE
|
config KERNEL_FTRACE
|
||||||
bool "Compile the kernel with tracing support"
|
bool "Compile the kernel with tracing support"
|
||||||
|
depends on !TARGET_uml
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config KERNEL_FTRACE_SYSCALLS
|
config KERNEL_FTRACE_SYSCALLS
|
||||||
|
|
Loading…
Reference in a new issue