diff options
author | Phil Edworthy <phil.edworthy@renesas.com> | 2022-07-08 11:03:50 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-07-22 18:46:41 +0200 |
commit | e0ca796a151bd4de76efd71aade2b4805a95c93d (patch) | |
tree | ac5bdbe08d127e4514e907c75ae380079f7d7e38 /drivers/i2c/busses/Kconfig | |
parent | ba7a4d15e2c40f8fa37b38e4379e70019227dba0 (diff) | |
download | linux-e0ca796a151bd4de76efd71aade2b4805a95c93d.tar.gz linux-e0ca796a151bd4de76efd71aade2b4805a95c93d.tar.bz2 linux-e0ca796a151bd4de76efd71aade2b4805a95c93d.zip |
i2c: Add Renesas RZ/V2M controller
Yet another i2c controller from Renesas that is found on the RZ/V2M
(r9a09g011) SoC. It can support only 100kHz and 400KHz operation.
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
[wsa: removed superfluous class type and renamed a function]
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index f77f51b273a4..6a69721c4400 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -996,6 +996,16 @@ config I2C_RK3X This driver can also be built as a module. If so, the module will be called i2c-rk3x. +config I2C_RZV2M + tristate "Renesas RZ/V2M adapter" + depends on ARCH_RENESAS || COMPILE_TEST + help + If you say yes to this option, support will be included for the + Renesas RZ/V2M I2C interface. + + This driver can also be built as a module. If so, the module + will be called i2c-rzv2m. + config I2C_S3C2410 tristate "S3C/Exynos I2C Driver" depends on ARCH_EXYNOS || ARCH_S3C24XX || ARCH_S3C64XX || \ |