diff options
author | srinidhi kasagar <srinidhi.kasagar@stericsson.com> | 2010-02-01 09:14:54 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-03-07 17:02:16 -0500 |
commit | 3f9900f17cdb0366d234c0487df80a6b0d18c852 (patch) | |
tree | 90626f0ae4d1f8fea1cd7bd259d2e25b2d1643fa /drivers/i2c/busses/Kconfig | |
parent | 08b8499bdd26822df16f962db88215d02e40850a (diff) |
i2c: Add support for Ux500/Nomadik I2C controller
This adds support for ST-Ericsson's I2C block found
in Ux500 and Nomadik 8815 platforms.
Signed-off-by: srinidhi kasagar <srinidhi.kasagar@stericsson.com>
Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Reviewed-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 4cc3807bd31c..10041813c6ed 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -440,6 +440,13 @@ config I2C_MV64XXX | |||
440 | This driver can also be built as a module. If so, the module | 440 | This driver can also be built as a module. If so, the module |
441 | will be called i2c-mv64xxx. | 441 | will be called i2c-mv64xxx. |
442 | 442 | ||
443 | config I2C_NOMADIK | ||
444 | tristate "ST-Ericsson Nomadik/Ux500 I2C Controller" | ||
445 | depends on PLAT_NOMADIK | ||
446 | help | ||
447 | If you say yes to this option, support will be included for the | ||
448 | I2C interface from ST-Ericsson's Nomadik and Ux500 architectures. | ||
449 | |||
443 | config I2C_OCORES | 450 | config I2C_OCORES |
444 | tristate "OpenCores I2C Controller" | 451 | tristate "OpenCores I2C Controller" |
445 | depends on EXPERIMENTAL | 452 | depends on EXPERIMENTAL |