From 11960409dc7b9dd50090c3c16b0ffd5f2a270031 Mon Sep 17 00:00:00 2001 From: Philip Craig Date: Thu, 12 Mar 2015 21:20:05 +1000 Subject: Statements in choices inherit menu/if deps This fixes the deps for the comment in drivers/usb/dwc2/Kconfig. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3