Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246357 > unrolled thread
| Started by | Ludovic Desroches <ludovic.desroches@atmel.com> |
|---|---|
| First post | 2015-10-14 09:30 +0200 |
| Last post | 2015-10-15 17:40 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-14 09:30 +0200
Re: [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-10-15 16:10 +0200
Re: [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART Ludovic Desroches <ludovic.desroches@atmel.com> - 2015-10-15 17:40 +0200
| From | Ludovic Desroches <ludovic.desroches@atmel.com> |
|---|---|
| Date | 2015-10-14 09:30 +0200 |
| Subject | [PATCH] ARM: at91: debug: update prompt for DEBUG_AT91_UART |
| Message-ID | <qjoFA-8kQ-5@gated-at.bofh.it> |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2015-10-15 16:10 +0200 |
| Message-ID | <qjRog-dR-43@gated-at.bofh.it> |
| In reply to | #1246357 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Ludovic Desroches <ludovic.desroches@atmel.com> |
|---|---|
| Date | 2015-10-15 17:40 +0200 |
| Message-ID | <qjSNj-2aP-1@gated-at.bofh.it> |
| In reply to | #1247826 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web