* [PATCH v2] Add option DEBUG_LL to common/Kconfig
@ 2011-07-19 21:31 Antony Pavlov
0 siblings, 0 replies; only message in thread
From: Antony Pavlov @ 2011-07-19 21:31 UTC (permalink / raw)
To: barebox
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
common/Kconfig | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index 7d2367b..382b407 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
--
1.7.5.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-19 21:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-19 21:31 [PATCH v2] Add option DEBUG_LL to common/Kconfig Antony Pavlov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox