diff options
author | Oskar Schirmer <os@emlix.com> | 2009-04-02 07:19:07 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-04-07 05:23:34 -0400 |
commit | b486ddbc0fb8127ccf2c820cfbf0b98e6f8a4e97 (patch) | |
tree | e13edcaaae7198a8e31c1ed8305498e3acf7b482 /drivers/i2c/busses/Kconfig | |
parent | c724d67dfff3bd547d2768b450af8d3b9f83bb27 (diff) |
i2c: xtensa s6000 i2c driver
Support for the s6000 on-chip i2c controller.
Signed-off-by: Oskar Schirmer <os@emlix.com>
Signed-off-by: Daniel Glöckner <dg@emlix.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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 5d4aa5e873ca..94eae5c3cbc7 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -472,6 +472,16 @@ config I2C_S3C2410 | |||
472 | Say Y here to include support for I2C controller in the | 472 | Say Y here to include support for I2C controller in the |
473 | Samsung S3C2410 based System-on-Chip devices. | 473 | Samsung S3C2410 based System-on-Chip devices. |
474 | 474 | ||
475 | config I2C_S6000 | ||
476 | tristate "S6000 I2C support" | ||
477 | depends on XTENSA_VARIANT_S6000 | ||
478 | help | ||
479 | This driver supports the on chip I2C device on the | ||
480 | S6000 xtensa processor family. | ||
481 | |||
482 | To compile this driver as a module, choose M here. The module | ||
483 | will be called i2c-s6000. | ||
484 | |||
475 | config I2C_SH7760 | 485 | config I2C_SH7760 |
476 | tristate "Renesas SH7760 I2C Controller" | 486 | tristate "Renesas SH7760 I2C Controller" |
477 | depends on CPU_SUBTYPE_SH7760 | 487 | depends on CPU_SUBTYPE_SH7760 |