15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
if !DISABLE_MQUEUE
|
|
|
|
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.
|
|
|
|
endif # !DISABLE_MQUEUE
|