[PATCH] (16/43) Kconfig fix (M32R_PLDSIO dependecies)

From: Al Viro
Date: Tue Aug 23 2005 - 16:44:35 EST


M32R_PLDSIO depends on subarchitecture providing PLD_ESIO0CR and
friends.

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
----
diff -urN RC13-rc6-git13-m32r-parport_pc/drivers/serial/Kconfig RC13-rc6-git13-m32r-pldsio/drivers/serial/Kconfig
--- RC13-rc6-git13-m32r-parport_pc/drivers/serial/Kconfig 2005-08-10 10:37:51.000000000 -0400
+++ RC13-rc6-git13-m32r-pldsio/drivers/serial/Kconfig 2005-08-21 13:16:58.000000000 -0400
@@ -819,7 +819,7 @@

config SERIAL_M32R_PLDSIO
bool "M32R SIO I/F on a PLD"
- depends on SERIAL_M32R_SIO=y
+ depends on SERIAL_M32R_SIO=y && (PLAT_OPSPUT || PALT_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/