<P>From 97f65ff22007f7e3003c333586d7bfa2d37f6268 Mon Sep 17 00:00:00 2001<BR>From: byteman &lt;<A href="mailto:wangchen2011@gmail.com">wangchen2011@gmail.com</A>&gt;<BR>Date: Thu, 28 Jul 2011 10:40:12 +0800<BR>Subject: [PATCH] mtd debug message patch</P>
<P>---<BR>&nbsp;common/Kconfig |&nbsp;&nbsp; 13 ++++++++++++-<BR>&nbsp;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>&nbsp;&nbsp;prompt "verbose device handling"<BR>&nbsp;&nbsp;help<BR>&nbsp;&nbsp;&nbsp; Enable this to get noisy device handling routines<BR>-<BR>+config MTD_DEBUG<BR>+&nbsp;bool<BR>+&nbsp;prompt "enable mtd debug message"<BR>+&nbsp;help<BR>+&nbsp;&nbsp; Enable this to get debug message of mtd device<BR>+config MTD_DEBUG_VERBOSE<BR>+&nbsp;int<BR>+&nbsp;depends on MTD_DEBUG<BR>+&nbsp;prompt "mtd debug level"<BR>+&nbsp;help<BR>+&nbsp;&nbsp; if the level of mtd message less than mtd debug level,then will output the message.<BR>+&nbsp;default 0<BR>&nbsp;endmenu<BR>-- <BR>1.7.4.1</P>