diff options
author | Marc St-Jean <stjeanma@pmc-sierra.com> | 2007-07-12 08:12:31 -0400 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-07-12 08:12:31 -0400 |
commit | 1b144df1d7d69d6dd3394205933c8951dd8b6784 (patch) | |
tree | f61286ee111a107d74516a3e1ad924a018ab8528 /drivers/i2c/busses/Kconfig | |
parent | c6e16295b71ec006c8cb6d13520e9194652a6026 (diff) |
i2c: New PMC MSP71xx TWI bus driver
Add TWI driver for the PMC-Sierra MSP71xx devices.
[JD: Drop the probe hack, don't set algo_data as we never use it, return
the right error code if the driver registration fails.]
Signed-off-by: Marc St-Jean <Marc_St-Jean@pmc-sierra.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index c093b0700158..c477dcfad4e7 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -652,4 +652,13 @@ config I2C_PNX | |||
652 | This driver can also be built as a module. If so, the module | 652 | This driver can also be built as a module. If so, the module |
653 | will be called i2c-pnx. | 653 | will be called i2c-pnx. |
654 | 654 | ||
655 | config I2C_PMCMSP | ||
656 | tristate "PMC MSP I2C TWI Controller" | ||
657 | depends on PMC_MSP | ||
658 | help | ||
659 | This driver supports the PMC TWI controller on MSP devices. | ||
660 | |||
661 | This driver can also be built as module. If so, the module | ||
662 | will be called i2c-pmcmsp. | ||
663 | |||
655 | endmenu | 664 | endmenu |