diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2008-04-22 16:16:47 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-04-22 16:16:47 -0400 |
commit | a26c20b1fa6d16fd3c402785b943a5e915eda30a (patch) | |
tree | b02bf7183098c1dbf3cc51114a7bbbea22561765 /drivers/i2c/busses/Kconfig | |
parent | dba7997a87cd12b815c0d58b2a0522a8bb0cf5ec (diff) |
i2c: Renesas SH7760 I2C master driver
Driver for I2C interfaces in master mode on SH7760.
Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 1577bcad288a..d01d0b175e1c 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -683,4 +683,13 @@ config I2C_PMCMSP | |||
683 | This driver can also be built as module. If so, the module | 683 | This driver can also be built as module. If so, the module |
684 | will be called i2c-pmcmsp. | 684 | will be called i2c-pmcmsp. |
685 | 685 | ||
686 | config I2C_SH7760 | ||
687 | tristate "Renesas SH7760 I2C Controller" | ||
688 | depends on CPU_SUBTYPE_SH7760 | ||
689 | help | ||
690 | This driver supports the 2 I2C interfaces on the Renesas SH7760. | ||
691 | |||
692 | This driver can also be built as a module. If so, the module | ||
693 | will be called i2c-sh7760. | ||
694 | |||
686 | endmenu | 695 | endmenu |