summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 7d2367b0c..382b407b9 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -482,4 +482,14 @@ config ENABLE_DEVICE_NOISE
help
Enable this to get noisy device handling routines
+config DEBUG_LL
+ bool
+ depends on HAS_DEBUG_LL
+ prompt "low level debug messages"
+ help
+ Enable this to get low level debug messages during barebox initialization.
+
endmenu
+
+config HAS_DEBUG_LL
+ bool