Kconfig 617 B

123456789101112131415161718
  1. menu "Virtual file system"
  2. config SUPPRESS_SELECT_DEBUG_OUTPUT
  3. bool "Suppress select() related debug outputs"
  4. default y
  5. help
  6. Select() related functions might produce an unconveniently lot of
  7. debug outputs when one sets the default log level to DEBUG or higher.
  8. It is possible to suppress these debug outputs by enabling this
  9. option.
  10. config SUPPORT_TERMIOS
  11. bool "Add support for termios.h"
  12. default y
  13. help
  14. Disabling this option can save memory when the support for termios.h is not required.
  15. endmenu