diff options
| author | Philip Craig <philipjcraig@gmail.com> | 2015-03-12 21:20:05 +1000 |
|---|---|---|
| committer | Philip Craig <philipjcraig@gmail.com> | 2015-03-12 21:20:05 +1000 |
| commit | 11960409dc7b9dd50090c3c16b0ffd5f2a270031 (patch) | |
| tree | 1e703c498d822a41b15f44c2a09b16dec428648b | |
| parent | cad5853418f4d080e6191e92f0f5d8042d0f8ea8 (diff) | |
Statements in choices inherit menu/if deps
This fixes the deps for the comment in drivers/usb/dwc2/Kconfig.
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 0ea81b6..4d46f29 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1060,7 +1060,7 @@ class Config(): choice.block = self._parse_block(line_feeder, T_ENDCHOICE, choice, - None, + deps, visible_if_deps) choice._determine_actual_symbols() |
