mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
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:
parent
766d3a4d9a
commit
245ae2355c
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user