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
|
|
|
|
2022-02-06 00:30:34 +08:00
|
|
|
config FS_MQUEUE_VFS_PATH
|
2021-01-04 07:19:35 +08:00
|
|
|
string "Path to message queue"
|
2019-10-06 11:39:12 +08:00
|
|
|
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
|
|
|
|
2021-01-08 13:43:33 +08:00
|
|
|
config FS_MQUEUE_NPOLLWAITERS
|
|
|
|
int "Maximum number of poll waiters"
|
|
|
|
default 4
|
|
|
|
---help---
|
|
|
|
The maximum number of waiters for the poll operation.
|
|
|
|
|
2014-09-29 21:00:11 +08:00
|
|
|
endif # !DISABLE_MQUEUE
|