2006-01-10 21:58:05

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] drivers/serial/Kconfig: fix SERIAL_M32R_PLDSIO dependencies

This patch fixes a typo in the dependencies reported by
Jean-Luc Leger <[email protected]>.


Signed-off-by: Adrian Bunk <[email protected]>

--- linux-2.6.15-mm2-full/drivers/serial/Kconfig.old 2006-01-10 21:56:52.000000000 +0100
+++ linux-2.6.15-mm2-full/drivers/serial/Kconfig 2006-01-10 21:57:54.000000000 +0100
@@ -826,7 +826,7 @@

config SERIAL_M32R_PLDSIO
bool "M32R SIO I/F on a PLD"
- depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PALT_USRV || PLAT_M32700UT)
+ depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PLAT_USRV || PLAT_M32700UT)
default n
help
Say Y here if you want to use the M32R serial controller


2006-01-13 21:57:50

by Russell King

[permalink] [raw]
Subject: Re: [2.6 patch] drivers/serial/Kconfig: fix SERIAL_M32R_PLDSIO dependencies

On Tue, Jan 10, 2006 at 10:58:01PM +0100, Adrian Bunk wrote:
> This patch fixes a typo in the dependencies reported by
> Jean-Luc Leger <[email protected]>.
>
>
> Signed-off-by: Adrian Bunk <[email protected]>

Applied, thanks.

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core