mirror of
https://github.com/apache/nuttx.git
synced 2026-08-20 21:18:23 +00:00
Change-Id: I2f36f576d76c9b65e88f51b21c66b3f9b77b20d1 Signed-off-by: ligd <liguiding1@xiaomi.com>
14 lines
343 B
Text
14 lines
343 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if !DISABLE_MQUEUE
|
|
|
|
config FS_MQUEUE_MPATH
|
|
string "Path to message queue"
|
|
default "/var/mqueue"
|
|
---help---
|
|
The path to where POSIX message queues will exist in the VFS namespace.
|
|
|
|
endif # !DISABLE_MQUEUE
|