summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-10 08:17:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-17 07:42:58 +0200
commit54889bff1e981c555c377ac5aa4e263b388bef91 (patch)
tree01409217102ab659a0bb40fe05e9bd73b1bdb211 /common/Kconfig
parent2eb002699c7fe1650278fc28ad56bc4876817afd (diff)
downloadbarebox-54889bff1e981c555c377ac5aa4e263b388bef91.tar.gz
barebox-54889bff1e981c555c377ac5aa4e263b388bef91.tar.xz
introduce verbose debug
During debugging it sometimes helps to me even more verbose. This adds an additional debug level for this. Also we remove an already existing pr_vdebug definition in the USB gadget u_serial driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index bba7f159c1..e7c22e5bae 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -676,6 +676,7 @@ config COMPILE_LOGLEVEL
5 normal but significant condition (notice)
6 informational (info)
7 debug-level messages (debug)
+ 8 verbose debug messages (vdebug)
config DEFAULT_LOGLEVEL
int "default loglevel"
@@ -692,6 +693,7 @@ config DEFAULT_LOGLEVEL
5 normal but significant condition (notice)
6 informational (info)
7 debug-level messages (debug)
+ 8 verbose debug messages (vdebug)
config DEBUG_INFO
bool