projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e37dc02
)
Kconfig: close DEBUG_FS select by TRACING [3/4]
author
song.han
<song.han@amlogic.com>
Fri, 13 Aug 2021 08:18:23 +0000
(16:18 +0800)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 21 Dec 2021 18:34:38 +0000
(13:34 -0500)
PD#SWPL-57714
Problem:
can't close DEBUG_FS by config
Solution:
modify Kconfig about TRACING
Verify:
local
Change-Id: I6b926143fd94f952214e0f1fff2551fb891b1020
Signed-off-by: song.han <song.han@amlogic.com>
kernel/trace/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/kernel/trace/Kconfig
b/kernel/trace/Kconfig
index 5771ce7f08b3b3c1f38a50d54770e0bbe78a73de..b32f030198afd60f24cf2c9837eebb90a04a11be 100644
(file)
--- a/
kernel/trace/Kconfig
+++ b/
kernel/trace/Kconfig
@@
-93,7
+93,7
@@
config RING_BUFFER_ALLOW_SWAP
config TRACING
bool
- select DEBUG_FS
+ select DEBUG_FS
if !AMLOGIC_MODIFY
select RING_BUFFER
select STACKTRACE if STACKTRACE_SUPPORT
select TRACEPOINTS