diff options
| -rw-r--r-- | kconfiglib.py | 2 |
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], |
