mtd debug patch

斗破苍穷 154554381 at qq.com
Wed Jul 27 22:41:19 EDT 2011


From 97f65ff22007f7e3003c333586d7bfa2d37f6268 Mon Sep 17 00:00:00 2001
From: byteman <wangchen2011 at gmail.com>
Date: Thu, 28 Jul 2011 10:40:12 +0800
Subject: [PATCH] mtd debug message patch
 
---
 common/Kconfig |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
 
diff --git a/common/Kconfig b/common/Kconfig
index 7d2367b..bc3a576 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -481,5 +481,16 @@ config ENABLE_DEVICE_NOISE
  prompt "verbose device handling"
  help
    Enable this to get noisy device handling routines
-
+config MTD_DEBUG
+ bool
+ prompt "enable mtd debug message"
+ help
+   Enable this to get debug message of mtd device
+config MTD_DEBUG_VERBOSE
+ int
+ depends on MTD_DEBUG
+ prompt "mtd debug level"
+ help
+   if the level of mtd message less than mtd debug level,then will output the message.
+ default 0
 endmenu
-- 
1.7.4.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/barebox/attachments/20110728/4fff577c/attachment.html>


More information about the barebox mailing list