فهرست منبع

[PATCH] Kconfig fix (M32R_PLDSIO dependecies)

M32R_PLDSIO depends on subarchitecture providing PLD_ESIO0CR and
friends.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Al Viro 20 سال پیش
والد
کامیت
9ff658589b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      drivers/serial/Kconfig

+ 1 - 1
drivers/serial/Kconfig

@@ -819,7 +819,7 @@ config SERIAL_M32R_SIO_CONSOLE
 
 
 config SERIAL_M32R_PLDSIO
 config SERIAL_M32R_PLDSIO
 	bool "M32R SIO I/F on a PLD"
 	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
 	default n
 	help
 	help
 	  Say Y here if you want to use the M32R serial controller
 	  Say Y here if you want to use the M32R serial controller