Skip to content

Commit

Permalink
[SERIAL] fix SERIAL_M32R_PLDSIO dependencies
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Adrian Bunk authored and Russell King committed Jan 13, 2006
1 parent e2862f6 commit d600b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ config SERIAL_M32R_SIO_CONSOLE

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

0 comments on commit d600b97

Please sign in to comment.