12 lines
387 B
Text
12 lines
387 B
Text
menu "Virtual file system"
|
|
|
|
config SUPPRESS_SELECT_DEBUG_OUTPUT
|
|
bool "Suppress select() related debug outputs"
|
|
default y
|
|
help
|
|
Select() related functions might produce an unconveniently lot of
|
|
debug outputs when one sets the default log level to DEBUG or higher.
|
|
It is possible to suppress these debug outputs by enabling this
|
|
option.
|
|
|
|
endmenu
|