瀏覽代碼

sysprof: make it depend on X86

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner 17 年之前
父節點
當前提交
4d2df795f0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/trace/Kconfig

+ 1 - 1
kernel/trace/Kconfig

@@ -77,7 +77,7 @@ config PREEMPT_TRACER
 
 
 config SYSPROF_TRACER
 config SYSPROF_TRACER
 	bool "Sysprof Tracer"
 	bool "Sysprof Tracer"
-	depends on DEBUG_KERNEL
+	depends on X86
 	select TRACING
 	select TRACING
 	help
 	help
 	  This tracer provides the trace needed by the 'Sysprof' userspace
 	  This tracer provides the trace needed by the 'Sysprof' userspace