diff options
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 94364d41686f..6582611bfee6 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -714,6 +714,16 @@ config I2C_VERSATILE | |||
714 | This driver can also be built as a module. If so, the module | 714 | This driver can also be built as a module. If so, the module |
715 | will be called i2c-versatile. | 715 | will be called i2c-versatile. |
716 | 716 | ||
717 | config I2C_WMT | ||
718 | tristate "Wondermedia WM8xxx SoC I2C bus support" | ||
719 | depends on ARCH_VT8500 | ||
720 | help | ||
721 | Say yes if you want to support the I2C bus on Wondermedia 8xxx-series | ||
722 | SoCs. | ||
723 | |||
724 | This driver can also be built as a module. If so, the module will be | ||
725 | called i2c-wmt. | ||
726 | |||
717 | config I2C_OCTEON | 727 | config I2C_OCTEON |
718 | tristate "Cavium OCTEON I2C bus support" | 728 | tristate "Cavium OCTEON I2C bus support" |
719 | depends on CPU_CAVIUM_OCTEON | 729 | depends on CPU_CAVIUM_OCTEON |