diff options
author | Manuel Lauss <mano@roarinelk.homelinux.net> | 2008-04-22 22:16:47 +0200 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-04-22 22:16:47 +0200 |
commit | a26c20b1fa6d16fd3c402785b943a5e915eda30a (patch) | |
tree | b02bf7183098c1dbf3cc51114a7bbbea22561765 /drivers/i2c/busses/Kconfig | |
parent | dba7997a87cd12b815c0d58b2a0522a8bb0cf5ec (diff) | |
download | blackbird-op-linux-a26c20b1fa6d16fd3c402785b943a5e915eda30a.tar.gz blackbird-op-linux-a26c20b1fa6d16fd3c402785b943a5e915eda30a.zip |
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 This driver can also be built as module. If so, the module will be called i2c-pmcmsp. +config I2C_SH7760 + tristate "Renesas SH7760 I2C Controller" + depends on CPU_SUBTYPE_SH7760 + help + This driver supports the 2 I2C interfaces on the Renesas SH7760. + + This driver can also be built as a module. If so, the module + will be called i2c-sh7760. + endmenu |