diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 4cd1ff77ceda..9c6170cd9aac 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -421,13 +421,12 @@ config I2C_IXP2000 | |||
421 | instead. | 421 | instead. |
422 | 422 | ||
423 | config I2C_MPC | 423 | config I2C_MPC |
424 | tristate "MPC107/824x/85xx/52xx/86xx" | 424 | tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx" |
425 | depends on PPC32 | 425 | depends on PPC32 |
426 | help | 426 | help |
427 | If you say yes to this option, support will be included for the | 427 | If you say yes to this option, support will be included for the |
428 | built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and | 428 | built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx, |
429 | MPC85xx/MPC8641 family processors. The driver may also work on 52xx | 429 | MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors. |
430 | family processors, though interrupts are known not to work. | ||
431 | 430 | ||
432 | This driver can also be built as a module. If so, the module | 431 | This driver can also be built as a module. If so, the module |
433 | will be called i2c-mpc. | 432 | will be called i2c-mpc. |
@@ -442,6 +441,13 @@ config I2C_MV64XXX | |||
442 | This driver can also be built as a module. If so, the module | 441 | This driver can also be built as a module. If so, the module |
443 | will be called i2c-mv64xxx. | 442 | will be called i2c-mv64xxx. |
444 | 443 | ||
444 | config I2C_NOMADIK | ||
445 | tristate "ST-Ericsson Nomadik/Ux500 I2C Controller" | ||
446 | depends on PLAT_NOMADIK | ||
447 | help | ||
448 | If you say yes to this option, support will be included for the | ||
449 | I2C interface from ST-Ericsson's Nomadik and Ux500 architectures. | ||
450 | |||
445 | config I2C_OCORES | 451 | config I2C_OCORES |
446 | tristate "OpenCores I2C Controller" | 452 | tristate "OpenCores I2C Controller" |
447 | depends on EXPERIMENTAL | 453 | depends on EXPERIMENTAL |
@@ -577,6 +583,16 @@ config I2C_OCTEON | |||
577 | This driver can also be built as a module. If so, the module | 583 | This driver can also be built as a module. If so, the module |
578 | will be called i2c-octeon. | 584 | will be called i2c-octeon. |
579 | 585 | ||
586 | config I2C_XILINX | ||
587 | tristate "Xilinx I2C Controller" | ||
588 | depends on EXPERIMENTAL && HAS_IOMEM | ||
589 | help | ||
590 | If you say yes to this option, support will be included for the | ||
591 | Xilinx I2C controller. | ||
592 | |||
593 | This driver can also be built as a module. If so, the module | ||
594 | will be called xilinx_i2c. | ||
595 | |||
580 | comment "External I2C/SMBus adapter drivers" | 596 | comment "External I2C/SMBus adapter drivers" |
581 | 597 | ||
582 | config I2C_PARPORT | 598 | config I2C_PARPORT |