mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Add option DEBUG_LL to common/Kconfig
@ 2011-07-19 15:25 Antony Pavlov
  2011-07-19 15:46 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 4+ messages in thread
From: Antony Pavlov @ 2011-07-19 15:25 UTC (permalink / raw)
  To: barebox

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
-- 
1.7.5.4


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Add option DEBUG_LL to common/Kconfig
  2011-07-19 15:25 [PATCH] Add option DEBUG_LL to common/Kconfig Antony Pavlov
@ 2011-07-19 15:46 ` Jean-Christophe PLAGNIOL-VILLARD
  2011-07-19 16:27   ` Antony Pavlov
  0 siblings, 1 reply; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-07-19 15:46 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

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

Best Regards,
J.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Add option DEBUG_LL to common/Kconfig
  2011-07-19 15:46 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2011-07-19 16:27   ` Antony Pavlov
  2011-07-19 17:00     ` Robert Schwebel
  0 siblings, 1 reply; 4+ messages in thread
From: Antony Pavlov @ 2011-07-19 16:27 UTC (permalink / raw)
  To: Jean-Christophe PLAGNIOL-VILLARD; +Cc: barebox

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Add option DEBUG_LL to common/Kconfig
  2011-07-19 16:27   ` Antony Pavlov
@ 2011-07-19 17:00     ` Robert Schwebel
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Schwebel @ 2011-07-19 17:00 UTC (permalink / raw)
  To: Antony Pavlov; +Cc: barebox

On Tue, Jul 19, 2011 at 08:27:53PM +0400, Antony Pavlov wrote:
> > n by default
>
> I did not understood.

"default N" is the default default, so you can leave it away :-)

rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-19 17:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-19 15:25 [PATCH] Add option DEBUG_LL to common/Kconfig Antony Pavlov
2011-07-19 15:46 ` Jean-Christophe PLAGNIOL-VILLARD
2011-07-19 16:27   ` Antony Pavlov
2011-07-19 17:00     ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox