nuttx/fs/mqueue/Kconfig
ligd 15cb64d3c1 fs/mqueue: fix compile error
Change-Id: I2f36f576d76c9b65e88f51b21c66b3f9b77b20d1
Signed-off-by: ligd <liguiding1@xiaomi.com>
2021-01-08 17:20:00 +08:00

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