mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 04:14:34 +00:00
i2c: 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
4a9c8946b8
commit
1fea57811f
2 changed files with 5 additions and 5 deletions
drivers/i2c
|
@ -504,16 +504,16 @@ config SYS_I2C_OMAP24XX
|
||||||
Add support for the OMAP2+ I2C driver.
|
Add support for the OMAP2+ I2C driver.
|
||||||
|
|
||||||
config SYS_I2C_RCAR_I2C
|
config SYS_I2C_RCAR_I2C
|
||||||
bool "Renesas RCar I2C driver"
|
bool "Renesas R-Car I2C driver"
|
||||||
depends on (RCAR_GEN2 || RCAR_64) && DM_I2C
|
depends on (RCAR_GEN2 || RCAR_64) && DM_I2C
|
||||||
help
|
help
|
||||||
Support for Renesas RCar I2C controller.
|
Support for Renesas R-Car I2C controller.
|
||||||
|
|
||||||
config SYS_I2C_RCAR_IIC
|
config SYS_I2C_RCAR_IIC
|
||||||
bool "Renesas RCar Gen3 IIC driver"
|
bool "Renesas R-Car Gen3 IIC driver"
|
||||||
depends on (RCAR_GEN2 || RCAR_GEN3) && DM_I2C
|
depends on (RCAR_GEN2 || RCAR_GEN3) && DM_I2C
|
||||||
help
|
help
|
||||||
Support for Renesas RCar Gen3 IIC controller.
|
Support for Renesas R-Car Gen3 IIC controller.
|
||||||
|
|
||||||
config SYS_I2C_ROCKCHIP
|
config SYS_I2C_ROCKCHIP
|
||||||
bool "Rockchip I2C driver"
|
bool "Rockchip I2C driver"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-License-Identifier: GPL-2.0+
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* Renesas RCar IIC driver
|
* Renesas R-Car IIC driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017 Marek Vasut <marek.vasut@gmail.com>
|
* Copyright (C) 2017 Marek Vasut <marek.vasut@gmail.com>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue