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
|
|
|
|
2022-02-05 17:30:34 +01:00
|
|
|
config FS_MQUEUE_VFS_PATH
|
2021-01-04 00:19:35 +01:00
|
|
|
string "Path to message queue"
|
2019-10-06 05:39:12 +02:00
|
|
|
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
|
|
|
|
2021-01-08 06:43:33 +01: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 15:00:11 +02:00
|
|
|
endif # !DISABLE_MQUEUE
|