diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 10041813c6ed..ecf079b7f931 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -419,13 +419,12 @@ config I2C_IXP2000 | |||
419 | instead. | 419 | instead. |
420 | 420 | ||
421 | config I2C_MPC | 421 | config I2C_MPC |
422 | tristate "MPC107/824x/85xx/52xx/86xx" | 422 | tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx" |
423 | depends on PPC32 | 423 | depends on PPC32 |
424 | help | 424 | help |
425 | If you say yes to this option, support will be included for the | 425 | If you say yes to this option, support will be included for the |
426 | built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and | 426 | built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx, |
427 | MPC85xx/MPC8641 family processors. The driver may also work on 52xx | 427 | MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors. |
428 | family processors, though interrupts are known not to work. | ||
429 | 428 | ||
430 | This driver can also be built as a module. If so, the module | 429 | This driver can also be built as a module. If so, the module |
431 | will be called i2c-mpc. | 430 | will be called i2c-mpc. |