summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 400ef7d..0e19957 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -341,6 +341,9 @@ class Kconfig(object):
includes all symbols that are referenced in expressions but never
defined, except for constant (quoted) symbols.
+ Undefined symbols can be recognized by Symbol.nodes being empty -- see
+ the 'Intro to the menu tree' section in the module docstring.
+
const_syms:
A dictionary like 'syms' for constant (quoted) symbols.
@@ -854,7 +857,7 @@ class Kconfig(object):
single assignment is written out corresponding to the first location
where the symbol is defined.
- See the 'Intro to symbol values' section in the modules docstring to
+ See the 'Intro to symbol values' section in the module docstring to
understand which symbols get written out.
filename: