Kconfig 344 B

1234567891011121314
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. if !DISABLE_MQUEUE
  6. config FS_MQUEUE_MPATH
  7. string "Path to message queuee"
  8. default "/var/mqueue"
  9. ---help---
  10. The path to where POSIX message queues will exist in the VFS namespace.
  11. endif # !DISABLE_MQUEUE