]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
gpio: renesas: Fix R-Car spelling
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:30:28 +0000 (08:30 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Wed, 11 Dec 2024 07:36:24 +0000 (08:36 +0100)
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>
drivers/gpio/Kconfig

index 92a8597420a3035b33870b9733a70639fdb0b50f..f4a453e1cdd57702eb3944a23b92ab0b6dfbcc71 100644 (file)
@@ -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"