summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index fea08d7..1977047 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -641,7 +641,7 @@ class Kconfig(object):
# Build Symbol._dependents for all symbols
self._build_dep()
- self._warn_no_prompt = False
+ self._warn_no_prompt = True
@property
def mainmenu_text(self):