mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 16:01:27 +00:00
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:
parent
d774197bb0
commit
4a9c8946b8
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue