2014-09-29 07:00:11 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 08:08:57 -06:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-09-29 07:00:11 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
if !DISABLE_MQUEUE
|
2014-09-29 13:35:32 -06:00
|
|
|
|
|
|
|
config FS_MQUEUE_MPATH
|
|
|
|
string "Path to message queuee"
|
|
|
|
default "/var/mqueue"
|
|
|
|
---help---
|
|
|
|
The path to where POSIX message queues will exist in the VFS namespace.
|
|
|
|
|
2014-09-29 07:00:11 -06:00
|
|
|
endif # !DISABLE_MQUEUE
|