2014-09-29 21:00:11 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-09-29 21:00:11 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
if !DISABLE_MQUEUE
|
2014-09-30 03:35:32 +08: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.
|
2017-06-29 03:17:55 +08:00
|
|
|
|
2014-09-29 21:00:11 +08:00
|
|
|
endif # !DISABLE_MQUEUE
|