Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27202f2f authored by Simon Horman's avatar Simon Horman Committed by Greg Kroah-Hartman
Browse files

tty: sh-sci: Use ARCH_RENESAS



Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.

This is part of an ongoing process to migrate from ARCH_SHMOBILE to
ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.

Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Acked-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9a7a6eb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ config SERIAL_IP22_ZILOG_CONSOLE

config SERIAL_SH_SCI
	tristate "SuperH SCI(F) serial port support"
	depends on SUPERH || ARCH_SHMOBILE || H8300 || COMPILE_TEST
	depends on SUPERH || ARCH_RENESAS || H8300 || COMPILE_TEST
	select SERIAL_CORE

config SERIAL_SH_SCI_NR_UARTS