Bläddra i källkod

config: disable kernel tracing on uml

Signed-off-by: Nicolas Thill <[email protected]>

SVN-Revision: 44397
Nicolas Thill 11 år sedan
förälder
incheckning
f87f373c9f
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      config/Config-kernel.in

+ 1 - 0
config/Config-kernel.in

@@ -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