mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] Add option DEBUG_LL to common/Kconfig
Date: Tue, 19 Jul 2011 20:27:53 +0400	[thread overview]
Message-ID: <CAA4bVAEpmvUitzua9fetxbCZ9gfoFctN33PSw=mX=NKDB8G1=w@mail.gmail.com> (raw)
In-Reply-To: <20110719154639.GJ5727@game.jcrosoft.org>

On 19/07/2011, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote:
> On 19:25 Tue 19 Jul     , Antony Pavlov wrote:
>> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
>> ---
>>  common/Kconfig |   11 +++++++++++
>>  1 files changed, 11 insertions(+), 0 deletions(-)
>>
>> diff --git a/common/Kconfig b/common/Kconfig
>> index 7d2367b..61e13cb 100644
>> --- a/common/Kconfig
>> +++ b/common/Kconfig
>> @@ -482,4 +482,15 @@ 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
>> +	default n
> n by default

I did not understood.

Do you mean this?

config DEBUG_LL
        bool
+        default n
        depends on HAS_DEBUG_LL
        prompt "low level debug messages"
        help
          Enable this to get low level debug messages during barebox
initialization.


-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2011-07-19 16:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-19 15:25 Antony Pavlov
2011-07-19 15:46 ` Jean-Christophe PLAGNIOL-VILLARD
2011-07-19 16:27   ` Antony Pavlov [this message]
2011-07-19 17:00     ` Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAA4bVAEpmvUitzua9fetxbCZ9gfoFctN33PSw=mX=NKDB8G1=w@mail.gmail.com' \
    --to=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=plagnioj@jcrosoft.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox