diff options
| author | Tom Rini <[email protected]> | 2024-03-02 14:30:25 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-03-02 14:30:25 -0500 |
| commit | eac52e4be4e234d563d6911737ee7ccdc0ada1f1 (patch) | |
| tree | 9fc71e478d84ea5be40f1a0196a5507ee31246e4 /drivers/i2c | |
| parent | 574aac1c8c59522c286bec4cdfb07c22bc3c124d (diff) | |
| parent | 7b1a24765deae9c202012fa9280e884b70f358f1 (diff) | |
Merge patch series "ARM: renesas: Rename R-Mobile to Renesas"
Marek Vasut <[email protected]> says:
Rename R-Mobile to Renesas all over the place because the chips are
made by Renesas, while only a subset of them is from the R-Mobile line.
Diffstat (limited to 'drivers/i2c')
| -rw-r--r-- | drivers/i2c/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index d2a3a13493a..59c635af80b 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -551,7 +551,7 @@ config SPL_SYS_I2C_SANDBOX config SYS_I2C_SH bool "Legacy SuperH I2C interface" - depends on ARCH_RMOBILE && SYS_I2C_LEGACY + depends on ARCH_RENESAS && SYS_I2C_LEGACY help Enable the legacy SuperH I2C interface. |
