2018-05-29 05:01:25 -04:00
|
|
|
menu "Virtual file system"
|
|
|
|
|
2019-01-25 11:10:53 -05:00
|
|
|
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.
|
2018-05-29 05:01:25 -04:00
|
|
|
|
2019-01-25 11:10:53 -05:00
|
|
|
config SUPPORT_TERMIOS
|
|
|
|
bool "Add support for termios.h"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Disabling this option can save memory when the support for termios.h is not required.
|
2018-08-14 07:39:30 -04:00
|
|
|
|
2018-05-29 05:01:25 -04:00
|
|
|
endmenu
|