Re: [PATCH 1/2] ARM: debug: Add CLSP711X_UART1 config choice

From: Russell King - ARM Linux
Date: Tue Nov 22 2011 - 15:43:13 EST


On Mon, Sep 19, 2011 at 03:55:10PM -0700, Stephen Boyd wrote:
> Ah ok. How about this instead?

Better...

> diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
> index 9661c51..31896f4 100644
> --- a/arch/arm/Kconfig.debug
> +++ b/arch/arm/Kconfig.debug
> @@ -93,14 +93,19 @@ choice
> It does include a timeout to ensure that the system does not
> totally freeze when there is nothing connected to read.
>
> + config DEBUG_FOOTBRIDGE_COM1
> + bool "Kernel low-level debugging messages via footbridge 8250 at PCI COM1"

I don't think PC-isms help here - especially when these aren't labelled
using this terminology on devices. Netwinder called it just a simple
"Serial" on the rear panel.

bool "Kernel low-level debugging messages via 8250 serial port at 0x3f8"

> + depends on FOOTBRIDGE
> + help
> + Say Y here if you want the debug print routines to direct
> + their output to the 8250 at PCI COM1.

Same kind of fixup here. Other than that, it seems fine.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/