From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-fx0-f43.google.com ([209.85.161.43]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QjHua-0008Jb-NU for barebox@lists.infradead.org; Tue, 19 Jul 2011 21:34:25 +0000 Received: by fxg17 with SMTP id 17so550155fxg.16 for ; Tue, 19 Jul 2011 14:31:10 -0700 (PDT) From: Antony Pavlov Date: Wed, 20 Jul 2011 01:31:06 +0400 Message-Id: <1311111066-376-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2] Add option DEBUG_LL to common/Kconfig To: barebox@lists.infradead.org Signed-off-by: Antony Pavlov --- common/Kconfig | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/common/Kconfig b/common/Kconfig index 7d2367b..382b407 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 -- 1.7.5.4 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox