diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-09-26 05:50:29 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-09-26 05:50:29 -0400 |
commit | e8c2cd99a3933d93413910bc93cbd5b53177110b (patch) | |
tree | ea4c1d63b1bdeb9ef1aacacad0ac9c7dc0768fdc /drivers/i2c/busses/Kconfig | |
parent | 5a8c0cc32bb6e029cd9c36f655c6b0955b0d9967 (diff) | |
parent | 8ddec7460d2f5db3ac35812c03676b1473d1d668 (diff) |
Merge branch 'master' of /home/src/linux-2.6/
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 8334496a7e0a..3badfec75b1c 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -245,6 +245,18 @@ config I2C_KEYWEST | |||
245 | This support is also available as a module. If so, the module | 245 | This support is also available as a module. If so, the module |
246 | will be called i2c-keywest. | 246 | will be called i2c-keywest. |
247 | 247 | ||
248 | config I2C_PMAC_SMU | ||
249 | tristate "Powermac SMU I2C interface" | ||
250 | depends on I2C && PMAC_SMU | ||
251 | help | ||
252 | This supports the use of the I2C interface in the SMU | ||
253 | chip on recent Apple machines like the iMac G5. It is used | ||
254 | among others by the thermal control driver for those machines. | ||
255 | Say Y if you have such a machine. | ||
256 | |||
257 | This support is also available as a module. If so, the module | ||
258 | will be called i2c-pmac-smu. | ||
259 | |||
248 | config I2C_MPC | 260 | config I2C_MPC |
249 | tristate "MPC107/824x/85xx/52xx" | 261 | tristate "MPC107/824x/85xx/52xx" |
250 | depends on I2C && PPC32 | 262 | depends on I2C && PPC32 |