mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
pci: 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
5f97f5c7ed
commit
7246f98d29
3 changed files with 6 additions and 6 deletions
|
@ -189,19 +189,19 @@ config PCI_MSC01
|
|||
depends on TARGET_MALTA
|
||||
|
||||
config PCI_RCAR_GEN2
|
||||
bool "Renesas RCar Gen2 PCIe driver"
|
||||
bool "Renesas R-Car Gen2 PCIe driver"
|
||||
depends on RCAR_32
|
||||
help
|
||||
Say Y here if you want to enable PCIe controller support on
|
||||
Renesas RCar Gen2 SoCs. The PCIe controller on RCar Gen2 is
|
||||
Renesas R-Car Gen2 SoCs. The PCIe controller on R-Car Gen2 is
|
||||
also used to access EHCI USB controller on the SoC.
|
||||
|
||||
config PCI_RCAR_GEN3
|
||||
bool "Renesas RCar Gen3 PCIe driver"
|
||||
bool "Renesas R-Car Gen3 PCIe driver"
|
||||
depends on RCAR_GEN3
|
||||
help
|
||||
Say Y here if you want to enable PCIe controller support on
|
||||
Renesas RCar Gen3 SoCs.
|
||||
Renesas R-Car Gen3 SoCs.
|
||||
|
||||
config PCI_SANDBOX
|
||||
bool "Sandbox PCI support"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Renesas RCar Gen2 PCIEC driver
|
||||
* Renesas R-Car Gen2 PCIEC driver
|
||||
*
|
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/*
|
||||
* Renesas RCar Gen3 PCIEC driver
|
||||
* Renesas R-Car Gen3 PCIEC driver
|
||||
*
|
||||
* Copyright (C) 2018-2019 Marek Vasut <marek.vasut@gmail.com>
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue