6 lines
183 B
Plaintext
6 lines
183 B
Plaintext
|
config DRIVERS_TRACE
|
||
|
bool "Enable TRACE DRIVER"
|
||
|
default y
|
||
|
depends on DRIVERS && FS_VFS && KERNEL_TRACE
|
||
|
help
|
||
|
Answer Y to enable LiteOS support trace in userspace.
|