diff options
author | Ben Dooks <ben@fluff.org> | 2007-05-01 17:26:34 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-01 17:26:34 -0400 |
commit | bcda9f1eb0de0e1108c8b2765e5b7afa0dfb6c9f (patch) | |
tree | 407e0b2302a93d7ac4eccfefee73f2622268ecd6 /drivers/i2c/busses/Kconfig | |
parent | 1c23af90dc44d05bbb6a3b5246ab664b1f943943 (diff) |
i2c: New Simtec I2C bus driver
Platform driver for the Simtec CPLD based simple I2C logic.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 33a8a67f161b..2178c9bebfc9 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -413,6 +413,18 @@ config I2C_SIBYTE | |||
413 | help | 413 | help |
414 | Supports the SiByte SOC on-chip I2C interfaces (2 channels). | 414 | Supports the SiByte SOC on-chip I2C interfaces (2 channels). |
415 | 415 | ||
416 | config I2C_SIMTEC | ||
417 | tristate "Simtec Generic I2C interface" | ||
418 | select I2C_ALGOBIT | ||
419 | help | ||
420 | If you say yes to this option, support will be inclyded for | ||
421 | the Simtec Generic I2C interface. This driver is for the | ||
422 | simple I2C bus used on newer Simtec products for general | ||
423 | I2C, such as DDC on the Simtec BBD2016A. | ||
424 | |||
425 | This driver can also be build as a module. If so, the module | ||
426 | will be called i2c-simtec. | ||
427 | |||
416 | config SCx200_I2C | 428 | config SCx200_I2C |
417 | tristate "NatSemi SCx200 I2C using GPIO pins" | 429 | tristate "NatSemi SCx200 I2C using GPIO pins" |
418 | depends on SCx200_GPIO | 430 | depends on SCx200_GPIO |