2014-09-29 02:19:01 +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 02:19:01 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
config FS_NAMED_SEMAPHORES
|
|
|
|
bool "Named semaphore support"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Include support for named semaphores.
|
|
|
|
|
|
|
|
if FS_NAMED_SEMAPHORES
|
|
|
|
|
|
|
|
config FS_NAMED_SEMPATH
|
|
|
|
string "Path to semaphore storage"
|
2014-09-29 07:30:42 +08:00
|
|
|
default "/var/lock"
|
2014-09-29 02:19:01 +08:00
|
|
|
---help---
|
|
|
|
The path to where named semaphores will exist in the VFS namespace.
|
2017-06-29 03:17:55 +08:00
|
|
|
|
2014-09-29 02:19:01 +08:00
|
|
|
endif # FS_NAMED_SEMAPHORES
|