aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-09-28 02:44:25 -0400
committerWolfram Sang <w.sang@pengutronix.de>2012-10-08 06:46:25 -0400
commit6ccbe607132bd823abbad8d32b13af89161707da (patch)
treea864577b1942c638afc904107e9d47629d800cc6 /drivers/i2c/busses/Kconfig
parentd3b64c59341ac88b37a4474f8dee86b0d37accca (diff)
i2c: add Renesas R-Car I2C driver
R-Car I2C is similar with SH7760 I2C. But the SH7760 I2C driver had many workaround operations, since H/W had bugs. Thus, it was pointless to keep compatible between SH7760 and R-Car I2C drivers. This patch creates new Renesas R-Car I2C driver. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index da77c37caf1e..c8c11b21778b 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -712,6 +712,16 @@ config I2C_XLR
712 This driver can also be built as a module. If so, the module 712 This driver can also be built as a module. If so, the module
713 will be called i2c-xlr. 713 will be called i2c-xlr.
714 714
715config I2C_RCAR
716 tristate "Renesas R-Car I2C Controller"
717 depends on ARCH_SHMOBILE && I2C
718 help
719 If you say yes to this option, support will be included for the
720 R-Car I2C controller.
721
722 This driver can also be built as a module. If so, the module
723 will be called i2c-rcar.
724
715comment "External I2C/SMBus adapter drivers" 725comment "External I2C/SMBus adapter drivers"
716 726
717config I2C_DIOLAN_U2C 727config I2C_DIOLAN_U2C