From 75f172538cda471106d7c58d215e002eafa25f77 Mon Sep 17 00:00:00 2001 From: Tingwei Zhang Date: Sun, 5 Jul 2020 15:18:06 +0800 Subject: [PATCH] FROMLIST: stm class: ftrace: change dependency to TRACING We will support copying event trace to STM. Change STM_SOURCE_FTRACE to depend on TRACING since we will support multiple tracers. Bug: 160464759 Link: https://lore.kernel.org/patchwork/cover/1280618/ Signed-off-by: Tingwei Zhang Reviewed-by: Steven Rostedt (VMware) Change-Id: If7e9b6d8831bb552fe76488c1c4b0f1ede604e83 --- drivers/hwtracing/stm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig index d0e92a8a045c..aad594fe79cc 100644 --- a/drivers/hwtracing/stm/Kconfig +++ b/drivers/hwtracing/stm/Kconfig @@ -71,7 +71,7 @@ config STM_SOURCE_HEARTBEAT config STM_SOURCE_FTRACE tristate "Copy the output from kernel Ftrace to STM engine" - depends on FUNCTION_TRACER + depends on TRACING help This option can be used to copy the output from kernel Ftrace to STM engine. Enabling this option will introduce a slight