aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-06 17:20:32 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-06 17:20:32 +0200
commit54cb72fb00801a4f2590261f96689b23e0079900 (patch)
treea587db7b411b2caa63b734304cf6cce7f3497667 /conf.py
parent7b617dce91eb6d8bdc23f7c2ea1f7b45b06d16f9 (diff)
downloadlinux-conf-perf-54cb72fb00801a4f2590261f96689b23e0079900.tar.gz
linux-conf-perf-54cb72fb00801a4f2590261f96689b23e0079900.tar.bz2
linux-conf-perf-54cb72fb00801a4f2590261f96689b23e0079900.zip
Add label for debugging configs
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 564f295..b769bdb 100644
--- a/conf.py
+++ b/conf.py
@@ -14,6 +14,7 @@ kernel_config_output = True
kernel_make_output = True
boot_output = True
+# Configs for debugging
step_by_step = False # Executes only single step and exits.
single_loop = False # Executes only one loop and exits.
only_config = True # Executes only to configuration phase. Building and booting phases are skipped.