diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-11-13 13:32:21 -0500 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-11-17 13:54:24 -0500 |
commit | 27bce457d5884dcae96df9a0d71de3647a538118 (patch) | |
tree | dae9d45d9c277721477c0346ed0854b77b0f057c /drivers/i2c/busses/Kconfig | |
parent | 039e60ed6cb6715d168943de99a4aececcb65e15 (diff) |
i2c: img-scb: Add Imagination Technologies I2C SCB driver
Add support for the IMG I2C Serial Control Bus (SCB) found on the
Pistachio and TZ1090 SoCs.
Reviewed-by: Andrew Bresticker <abrestic@chromium.org>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
[Ezequiel: code cleaning and rebasing]
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
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 06e99eb64295..03c6119325ef 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -524,6 +524,16 @@ config I2C_IBM_IIC | |||
524 | This driver can also be built as a module. If so, the module | 524 | This driver can also be built as a module. If so, the module |
525 | will be called i2c-ibm_iic. | 525 | will be called i2c-ibm_iic. |
526 | 526 | ||
527 | config I2C_IMG | ||
528 | tristate "Imagination Technologies I2C SCB Controller" | ||
529 | depends on SOC_TZ1090 || COMPILE_TEST | ||
530 | help | ||
531 | Say Y here if you want to use the IMG I2C SCB controller, | ||
532 | available on the TZ1090 SoC. | ||
533 | |||
534 | This driver can also be built as a module. If so, the module | ||
535 | will be called i2c-img-scb. | ||
536 | |||
527 | config I2C_IMX | 537 | config I2C_IMX |
528 | tristate "IMX I2C interface" | 538 | tristate "IMX I2C interface" |
529 | depends on ARCH_MXC | 539 | depends on ARCH_MXC |