All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART
@ 2015-10-14  7:24 ` Ludovic Desroches
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Desroches @ 2015-10-14  7:24 UTC (permalink / raw)
  To: alexandre.belloni, plagnioj, nicolas.ferre
  Cc: linux-arm-kernel, linux-kernel, Ludovic Desroches

Add (read help!) to DEBUG_AT91_UART prompt. It is not obvious there are
such useful information to set DEBUG_UART_PHYS.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
---
 arch/arm/Kconfig.debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 259c0ca..589e724 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -124,7 +124,7 @@ choice
 		    0x80024000      | 0xf0024000     | UART9
 
 	config DEBUG_AT91_UART
-		bool "Kernel low-level debugging on Atmel SoCs"
+		bool "Kernel low-level debugging on Atmel SoCs (read help!)"
 		depends on ARCH_AT91
 		help
 		  Say Y here if you want the debug print routines to direct
-- 
2.5.0


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

* [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART
@ 2015-10-14  7:24 ` Ludovic Desroches
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Desroches @ 2015-10-14  7:24 UTC (permalink / raw)
  To: linux-arm-kernel

Add (read help!) to DEBUG_AT91_UART prompt. It is not obvious there are
such useful information to set DEBUG_UART_PHYS.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
---
 arch/arm/Kconfig.debug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 259c0ca..589e724 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -124,7 +124,7 @@ choice
 		    0x80024000      | 0xf0024000     | UART9
 
 	config DEBUG_AT91_UART
-		bool "Kernel low-level debugging on Atmel SoCs"
+		bool "Kernel low-level debugging on Atmel SoCs (read help!)"
 		depends on ARCH_AT91
 		help
 		  Say Y here if you want the debug print routines to direct
-- 
2.5.0

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

* Re: [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART
  2015-10-14  7:24 ` Ludovic Desroches
@ 2015-10-15 14:04   ` Alexandre Belloni
  -1 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2015-10-15 14:04 UTC (permalink / raw)
  To: Ludovic Desroches; +Cc: plagnioj, nicolas.ferre, linux-arm-kernel, linux-kernel

On 14/10/2015 at 09:24:42 +0200, Ludovic Desroches wrote :
> Add (read help!) to DEBUG_AT91_UART prompt. It is not obvious there are
> such useful information to set DEBUG_UART_PHYS.
> 
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
>  arch/arm/Kconfig.debug | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> index 259c0ca..589e724 100644
> --- a/arch/arm/Kconfig.debug
> +++ b/arch/arm/Kconfig.debug
> @@ -124,7 +124,7 @@ choice
>  		    0x80024000      | 0xf0024000     | UART9
>  
>  	config DEBUG_AT91_UART
> -		bool "Kernel low-level debugging on Atmel SoCs"
> +		bool "Kernel low-level debugging on Atmel SoCs (read help!)"
>  		depends on ARCH_AT91
>  		help
>  		  Say Y here if you want the debug print routines to direct

Isn't the "read help" message from config DEBUG_LL enough? :)

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART
@ 2015-10-15 14:04   ` Alexandre Belloni
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Belloni @ 2015-10-15 14:04 UTC (permalink / raw)
  To: linux-arm-kernel

On 14/10/2015 at 09:24:42 +0200, Ludovic Desroches wrote :
> Add (read help!) to DEBUG_AT91_UART prompt. It is not obvious there are
> such useful information to set DEBUG_UART_PHYS.
> 
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
>  arch/arm/Kconfig.debug | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> index 259c0ca..589e724 100644
> --- a/arch/arm/Kconfig.debug
> +++ b/arch/arm/Kconfig.debug
> @@ -124,7 +124,7 @@ choice
>  		    0x80024000      | 0xf0024000     | UART9
>  
>  	config DEBUG_AT91_UART
> -		bool "Kernel low-level debugging on Atmel SoCs"
> +		bool "Kernel low-level debugging on Atmel SoCs (read help!)"
>  		depends on ARCH_AT91
>  		help
>  		  Say Y here if you want the debug print routines to direct

Isn't the "read help" message from config DEBUG_LL enough? :)

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* Re: [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART
  2015-10-15 14:04   ` Alexandre Belloni
@ 2015-10-15 15:35     ` Ludovic Desroches
  -1 siblings, 0 replies; 6+ messages in thread
From: Ludovic Desroches @ 2015-10-15 15:35 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Ludovic Desroches, plagnioj, nicolas.ferre, linux-arm-kernel,
	linux-kernel

On Thu, Oct 15, 2015 at 04:04:45PM +0200, Alexandre Belloni wrote:
> On 14/10/2015 at 09:24:42 +0200, Ludovic Desroches wrote :
> > Add (read help!) to DEBUG_AT91_UART prompt. It is not obvious there are
> > such useful information to set DEBUG_UART_PHYS.
> > 
> > Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> > ---
> >  arch/arm/Kconfig.debug | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> > index 259c0ca..589e724 100644
> > --- a/arch/arm/Kconfig.debug
> > +++ b/arch/arm/Kconfig.debug
> > @@ -124,7 +124,7 @@ choice
> >  		    0x80024000      | 0xf0024000     | UART9
> >  
> >  	config DEBUG_AT91_UART
> > -		bool "Kernel low-level debugging on Atmel SoCs"
> > +		bool "Kernel low-level debugging on Atmel SoCs (read help!)"
> >  		depends on ARCH_AT91
> >  		help
> >  		  Say Y here if you want the debug print routines to direct
> 
> Isn't the "read help" message from config DEBUG_LL enough? :)
> 

It seems not. Up till now we had no description in the read help.

Ludovic

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

* [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART
@ 2015-10-15 15:35     ` Ludovic Desroches
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Desroches @ 2015-10-15 15:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Oct 15, 2015 at 04:04:45PM +0200, Alexandre Belloni wrote:
> On 14/10/2015 at 09:24:42 +0200, Ludovic Desroches wrote :
> > Add (read help!) to DEBUG_AT91_UART prompt. It is not obvious there are
> > such useful information to set DEBUG_UART_PHYS.
> > 
> > Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> > ---
> >  arch/arm/Kconfig.debug | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> > index 259c0ca..589e724 100644
> > --- a/arch/arm/Kconfig.debug
> > +++ b/arch/arm/Kconfig.debug
> > @@ -124,7 +124,7 @@ choice
> >  		    0x80024000      | 0xf0024000     | UART9
> >  
> >  	config DEBUG_AT91_UART
> > -		bool "Kernel low-level debugging on Atmel SoCs"
> > +		bool "Kernel low-level debugging on Atmel SoCs (read help!)"
> >  		depends on ARCH_AT91
> >  		help
> >  		  Say Y here if you want the debug print routines to direct
> 
> Isn't the "read help" message from config DEBUG_LL enough? :)
> 

It seems not. Up till now we had no description in the read help.

Ludovic

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

end of thread, other threads:[~2015-10-15 15:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-14  7:24 [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART Ludovic Desroches
2015-10-14  7:24 ` Ludovic Desroches
2015-10-15 14:04 ` Alexandre Belloni
2015-10-15 14:04   ` Alexandre Belloni
2015-10-15 15:35   ` Ludovic Desroches
2015-10-15 15:35     ` Ludovic Desroches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.