summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-03-02 14:30:25 -0500
committerTom Rini <[email protected]>2024-03-02 14:30:25 -0500
commiteac52e4be4e234d563d6911737ee7ccdc0ada1f1 (patch)
tree9fc71e478d84ea5be40f1a0196a5507ee31246e4 /drivers/serial
parent574aac1c8c59522c286bec4cdfb07c22bc3c124d (diff)
parent7b1a24765deae9c202012fa9280e884b70f358f1 (diff)
Merge patch series "ARM: renesas: Rename R-Mobile to Renesas"
Marek Vasut <[email protected]> says: Rename R-Mobile to Renesas all over the place because the chips are made by Renesas, while only a subset of them is from the R-Mobile line.
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 26460c4e0ca..88d678654e7 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -433,7 +433,7 @@ config DEBUG_UART_SEMIHOSTING
config DEBUG_UART_SCIF
bool "Renesas SCIF UART"
- depends on SH || ARCH_RMOBILE
+ depends on SH || ARCH_RENESAS
help
Select this to enable a debug UART using the serial_sh driver. You
will need to provide parameters to make this work. The driver will
@@ -893,7 +893,7 @@ config SANDBOX_SERIAL
config SCIF_CONSOLE
bool "Renesas SCIF UART support"
- depends on SH || ARCH_RMOBILE
+ depends on SH || ARCH_RENESAS
help
Select this to enable Renesas SCIF UART. To operate serial ports
on systems with RCar or SH SoCs, say Y to this option. If unsure,