<P>From 97f65ff22007f7e3003c333586d7bfa2d37f6268 Mon Sep 17 00:00:00 2001<BR>From: byteman <<A href="mailto:wangchen2011@gmail.com">wangchen2011@gmail.com</A>><BR>Date: Thu, 28 Jul 2011 10:40:12 +0800<BR>Subject: [PATCH] mtd debug message patch</P>
<P>---<BR> common/Kconfig | 13 ++++++++++++-<BR> 1 files changed, 12 insertions(+), 1 deletions(-)</P>
<P>diff --git a/common/Kconfig b/common/Kconfig<BR>index 7d2367b..bc3a576 100644<BR>--- a/common/Kconfig<BR>+++ b/common/Kconfig<BR>@@ -481,5 +481,16 @@ config ENABLE_DEVICE_NOISE<BR> prompt "verbose device handling"<BR> help<BR> Enable this to get noisy device handling routines<BR>-<BR>+config MTD_DEBUG<BR>+ bool<BR>+ prompt "enable mtd debug message"<BR>+ help<BR>+ Enable this to get debug message of mtd device<BR>+config MTD_DEBUG_VERBOSE<BR>+ int<BR>+ depends on MTD_DEBUG<BR>+ prompt "mtd debug level"<BR>+ help<BR>+ if the level of mtd message less than mtd debug level,then will output the message.<BR>+ default 0<BR> endmenu<BR>-- <BR>1.7.4.1</P>