summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-02 15:04:11 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-02 15:04:11 +0200
commit73a4f719cc72e53a54d3b4f11e6be926d9cc0ab0 (patch)
treece85fa9c9ab9c99e135f86f0a940b698324a8b6c /README.md
parent9be1cdb3d1a51be974ba7377861cb09ad06afa81 (diff)
Expand a bit more on 'menuconfig'.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index f3ce021..625a4f5 100644
--- a/README.md
+++ b/README.md
@@ -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