public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] drivers/serial/Kconfig: fix SERIAL_M32R_PLDSIO dependencies
@ 2006-01-10 21:58 Adrian Bunk
  2006-01-13 21:57 ` Russell King
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2006-01-10 21:58 UTC (permalink / raw)
  To: rmk+serial; +Cc: linux-serial, linux-kernel, Jean-Luc Leger

This patch fixes a typo in the dependencies reported by
Jean-Luc Leger <reiga@dspnet.fr.eu.org>.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

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


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

end of thread, other threads:[~2006-01-13 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-10 21:58 [2.6 patch] drivers/serial/Kconfig: fix SERIAL_M32R_PLDSIO dependencies Adrian Bunk
2006-01-13 21:57 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox