From 245ae2355c003ae2f392012baceb961334dfdd40 Mon Sep 17 00:00:00 2001 From: Chris Lew Date: Thu, 28 Jul 2022 13:34:24 -0700 Subject: [PATCH] kernel: trace: Remove ipc logging dependency Remove the ipc logging select on GENERIC_TRACER. It is not required for compilation and having it creates a static configuration requirement. Change-Id: Ic114d05ec1126a3fa9e461af3c2bc86c8f581525 Signed-off-by: Chris Lew --- kernel/trace/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 2b00416002eb..f98acbdf291c 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -130,7 +130,6 @@ config PREEMPTIRQ_TRACEPOINTS config IPC_LOGGING tristate "Debug Logging for IPC Drivers" - select GENERIC_TRACER depends on DEBUG_FS help IPC Logging driver provides a logging option for IPC Drivers.