summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-05-28 03:36:55 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-05-28 03:37:05 +0200
commit6b8fe01fdc5397d0e4fc996195e7f9ea962bdc0e (patch)
tree04dfe21f920f831bcad91e2bb0095a5d81e3a58c /kconfiglib.py
parent1961ec60c09b774a139a2f48767848277c9ffba7 (diff)
Comment location nit
Consistent with the other ones.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 3e4d257..3ad52c3 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -3324,8 +3324,8 @@ class Kconfig(object):
dep = cur.dep = self._make_and(cur.dep, basedep)
if cur.item.__class__ in _SYMBOL_CHOICE:
+ # Propagate 'visible if' and dependencies to the prompt
if cur.prompt:
- # Propagate 'visible if' and dependencies to the prompt
cur.prompt = (cur.prompt[0],
self._make_and(
cur.prompt[1],