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

From: Adrian Bunk
Date: Tue Jan 10 2006 - 16:57:33 EST


This patch fixes a typo in the dependencies reported by
Jean-Luc Leger <reiga@xxxxxxxxxxxxxxxx>.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

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

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