Lines Matching full:settings
4 menuconfig SETTINGS config
5 bool "Settings"
7 The settings subsystem allows its users to serialize and
12 if SETTINGS
14 module = SETTINGS
15 module-str = settings
24 bool "dynamic settings handlers"
27 Enables the use of dynamic settings handlers
29 # Hidden option to enable encoding length into settings entry
40 Storage back-end to be used by the settings subsystem.
46 Use FCB as a settings storage back-end.
53 Use a file (on mounted file system) as a settings storage back-end.
67 Enable NVS name lookup cache, used to reduce the Settings name
76 Number of entries in Settings NVS name cache.
83 Use a custom settings storage back-end.
92 int "Number of flash areas used by the settings subsystem"
96 Number of areas to allocate in the settings FCB. A smaller number is
100 hex "FCB magic for the settings subsystem"
104 Magic 32-bit word for to identify valid settings area
107 string "Default settings file"
108 default "/settings/run"
111 Full path to the default settings file.
121 int "Sector size of the NVS settings area"
125 The sector size to use for the NVS settings area as a multiple of
129 int "Sector count of the NVS settings area"
133 Number of sectors used for the NVS settings area
136 bool "Settings shell"
139 Enable shell commands for listing and reading the settings. Note that
140 reading the settings requires quite a big stack buffer, so the stack
144 endif # SETTINGS