diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-06-14 17:52:16 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2013-06-15 07:37:08 -0400 |
commit | 560746eb79d3124a278452c8dd968682b521cc82 (patch) | |
tree | d27afb9ec1cd900f41bc645001cc3471cf95610e /drivers/i2c/busses/Kconfig | |
parent | 38d7fadef4973bb94e36897fcb6bb6a12fdd10c9 (diff) |
i2c: vt8500: Add support for I2C bus on Wondermedia SoCs
This patch adds support for the I2C bus controllers found on Wondermedia
8xxx-series SoCs. Only master-mode is supported.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
[wsa: fixed one macro to shift 8 instead of 16]
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
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 |