summaryrefslogtreecommitdiff
path: root/examples/allnoconfig_simpler.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/allnoconfig_simpler.py')
-rw-r--r--examples/allnoconfig_simpler.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/allnoconfig_simpler.py b/examples/allnoconfig_simpler.py
index b80e79a..4846a7f 100644
--- a/examples/allnoconfig_simpler.py
+++ b/examples/allnoconfig_simpler.py
@@ -5,11 +5,11 @@
# get truncated downwards or upwards as determined by the visibility and
# selects.
-# Note: This version will be very slow since Kconfiglib invalidates all
-# dependent symbols for each set_value() call. This does not happen for
-# load_config(), which instead invalidates all symbols once after the
-# configuration has been loaded. This is OK for load_config() since nearly all
-# symbols will tend to be affected anyway.
+# This version is a bit slower compared allnoconfig.py since Kconfiglib
+# invalidates all dependent symbols for each set_value() call. This does not
+# happen for load_config(), which instead invalidates all symbols once after
+# the configuration has been loaded. This is OK for load_config() since nearly
+# all symbols will tend to be affected anyway.
import kconfiglib
import sys