1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_NAMED_EVENTS
bool "Named event group support"
default n
depends on SCHED_EVENTS
---help---
Include support for named event group.
if FS_NAMED_EVENTS
config FS_NAMED_EVENTS_VFS_PATH
string "Path to event group storage"
default "/var/event"
---help---
The path to where named event group will exist in the VFS namespace.
endif # FS_NAMED_EVENTS