diff --git a/src/kconfig_compiler/README.dox b/src/kconfig_compiler/README.dox --- a/src/kconfig_compiler/README.dox +++ b/src/kconfig_compiler/README.dox @@ -181,6 +181,15 @@ If false, no mutator functions are generated. If a list is provided, mutator functions are generated for the options that are listed. + + Notifiers + true, false or a comma separated list of options + false + If true, entries will be written with the Notify flag enabled, + so changes can be detected using KConfigWatcher. + If a list is provided, the options that are listed are written with + said flag. + DefaultValueGetters true, false or a comma separated list of options