summaryrefslogblamecommitdiff
path: root/nuttx/fs/semaphore/Kconfig
blob: 84f9da86812cc03f8c71e5114720f9f17fd16662 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                             
                           



                                                                                   
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

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"
	default "/var/lock"
	---help---
		The path to where named semaphores will exist in the VFS namespace.
    
endif # FS_NAMED_SEMAPHORES