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