diff options
author | Olof Johansson <olof@lixom.net> | 2007-02-13 16:09:03 -0500 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2007-02-13 16:09:03 -0500 |
commit | beb58aa39e6e5a52875defe12c7697b0bfa95d4c (patch) | |
tree | 99d95ebc2e112785c3e5d201f7e42ceac6338674 /drivers/i2c/busses/Kconfig | |
parent | 88b9e750e974febd9128fc622109c526a9d22c10 (diff) |
i2c: PA Semi SMBus driver
New driver for the PA Semi SMBus interfaces.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jean Delvare <khali@linux-fr.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 25d52e0eec2c..4d44a2db29dd 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -342,6 +342,13 @@ config I2C_PARPORT_LIGHT | |||
342 | This support is also available as a module. If so, the module | 342 | This support is also available as a module. If so, the module |
343 | will be called i2c-parport-light. | 343 | will be called i2c-parport-light. |
344 | 344 | ||
345 | config I2C_PASEMI | ||
346 | tristate "PA Semi SMBus interface" | ||
347 | # depends on PPC_PASEMI && I2C && PCI | ||
348 | depends on I2C && PCI | ||
349 | help | ||
350 | Supports the PA Semi PWRficient on-chip SMBus interfaces. | ||
351 | |||
345 | config I2C_PROSAVAGE | 352 | config I2C_PROSAVAGE |
346 | tristate "S3/VIA (Pro)Savage" | 353 | tristate "S3/VIA (Pro)Savage" |
347 | depends on I2C && PCI | 354 | depends on I2C && PCI |