diff options
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 |