gpio: renesas: Fix R-Car spelling

The correct spelling is R-Car, including the dash, update the usage.
Kconfig strings and comment changes only, no functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
Marek Vasut 2024-12-11 08:30:28 +01:00
parent d774197bb0
commit 4a9c8946b8

View file

@ -358,10 +358,10 @@ config PCF8575_GPIO
chips are from NXP and TI. chips are from NXP and TI.
config RCAR_GPIO config RCAR_GPIO
bool "Renesas RCar GPIO driver" bool "Renesas R-Car GPIO driver"
depends on DM_GPIO && ARCH_RENESAS depends on DM_GPIO && ARCH_RENESAS
help help
This driver supports the GPIO banks on Renesas RCar SoCs. This driver supports the GPIO banks on Renesas R-Car SoCs.
config RZA1_GPIO config RZA1_GPIO
bool "Renesas RZ/A1 GPIO driver" bool "Renesas RZ/A1 GPIO driver"