diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index c7510b2..61661c5 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2830,6 +2830,7 @@ class Kconfig(object): # 'prompt' properties override each other within a single definition of # a symbol, but additional prompts can be added by defining the symbol # multiple times + if node.prompt: self._warn(_name_and_loc(node.item) + " defined with multiple prompts in single location") |
