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 <quic_clew@quicinc.com>
This commit is contained in:
Chris Lew 2022-07-28 13:34:24 -07:00
parent 766d3a4d9a
commit 245ae2355c

View File

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