diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-02 15:04:11 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-02 15:04:11 +0200 |
| commit | 73a4f719cc72e53a54d3b4f11e6be926d9cc0ab0 (patch) | |
| tree | ce85fa9c9ab9c99e135f86f0a940b698324a8b6c /README.md | |
| parent | 9be1cdb3d1a51be974ba7377861cb09ad06afa81 (diff) | |
Expand a bit more on 'menuconfig'.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -101,8 +101,9 @@ Patches are welcome too of course. ;) interface in Kconfiglib at the moment. APIs could be added if needed. * There are no good APIs for figuring out what other symbols change in value - when the value of some symbol is changed. This is needed for "live" updates - in the configuration interface. + when the value of some symbol is changed, to allow for "live" updates + in the configuration interface. The simplest workaround is to refetch the + value of each currently visible symbol every time a symbol value is changed. * 'menuconfig' sometimes creates menus implicitly by looking at dependencies. For example, a list of symbols where all symbols depend on the first symbol |
