mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
add sched note for littlefs/romfs/rpmsgfs
Signed-off-by: Shoukui Zhang <zhangshoukui@xiaomi.com>
This commit is contained in:
committed by
Alan C. Assis
parent
583f025422
commit
175fcb799e
@@ -2423,6 +2423,24 @@ config TRACE_FS
|
||||
bool "Enable tracepoints in fs"
|
||||
default n
|
||||
|
||||
if TRACE_FS
|
||||
menu "Trace Fs Support"
|
||||
|
||||
config TRACE_LITTLEFS_FS
|
||||
bool "Enable tracepoints in littlefs"
|
||||
default n
|
||||
|
||||
config TRACE_ROMFS_FS
|
||||
bool "Enable tracepoints in romfs"
|
||||
default n
|
||||
|
||||
config TRACE_RPMSGFS_FS
|
||||
bool "Enable tracepoints in rpmsgfs"
|
||||
default n
|
||||
|
||||
endmenu # Trace Fs Support
|
||||
endif
|
||||
|
||||
config TRACE_GRAPHICS
|
||||
bool "Enable tracepoints in graphics"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user