summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2011-07-20 01:31:06 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-07-27 10:55:41 +0200
commit7e3f76437c0582e22022a13731b44afcea0ef5c5 (patch)
tree97620fe91ca54f8ee071133758b70119e78c32ce /common
parent389f3ea06767186acfa3c8c3e89a8c82b5138b1b (diff)
downloadbarebox-7e3f76437c0582e22022a13731b44afcea0ef5c5.tar.gz
barebox-7e3f76437c0582e22022a13731b44afcea0ef5c5.tar.xz
Add option DEBUG_LL to common/Kconfig
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 7d2367b0c3..382b407b98 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