Skip to content
Snippets Groups Projects
Commit 6f8bdd89 authored by song.han's avatar song.han Committed by Liang Ji
Browse files

Kconfig: close DEBUG_FS select by TRACING [3/4]


PD#SWPL-57714

Problem:
can't close DEBUG_FS by config

Solution:
modify Kconfig about TRACING

Verify:
local

Change-Id: I6b926143fd94f952214e0f1fff2551fb891b1020
Signed-off-by: default avatarsong.han <song.han@amlogic.com>
parent af32820e
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ config RING_BUFFER_ALLOW_SWAP ...@@ -93,7 +93,7 @@ config RING_BUFFER_ALLOW_SWAP
config TRACING config TRACING
bool bool
select DEBUG_FS select DEBUG_FS if !AMLOGIC_MODIFY
select RING_BUFFER select RING_BUFFER
select STACKTRACE if STACKTRACE_SUPPORT select STACKTRACE if STACKTRACE_SUPPORT
select TRACEPOINTS select TRACEPOINTS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment