From: Marek Vasut Date: Wed, 11 Dec 2024 07:30:28 +0000 (+0100) Subject: gpio: renesas: Fix R-Car spelling X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=4a9c8946b8c1fec28ca696512f639723aa3bec05;p=u-boot.git 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 --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 92a8597420..f4a453e1cd 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -358,10 +358,10 @@ config PCF8575_GPIO chips are from NXP and TI. config RCAR_GPIO - bool "Renesas RCar GPIO driver" + bool "Renesas R-Car GPIO driver" depends on DM_GPIO && ARCH_RENESAS 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 bool "Renesas RZ/A1 GPIO driver"