diff options
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index b04c99580d0d..51de2ccc1519 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig | |||
@@ -632,8 +632,8 @@ config I2C_PCA_ISA | |||
632 | select I2C_ALGOPCA | 632 | select I2C_ALGOPCA |
633 | default n | 633 | default n |
634 | help | 634 | help |
635 | This driver supports ISA boards using the Philips PCA 9564 | 635 | This driver supports ISA boards using the Philips PCA9564 |
636 | Parallel bus to I2C bus controller | 636 | parallel bus to I2C bus controller. |
637 | 637 | ||
638 | This driver can also be built as a module. If so, the module | 638 | This driver can also be built as a module. If so, the module |
639 | will be called i2c-pca-isa. | 639 | will be called i2c-pca-isa. |
@@ -643,6 +643,17 @@ config I2C_PCA_ISA | |||
643 | delays when I2C/SMBus chip drivers are loaded (e.g. at boot | 643 | delays when I2C/SMBus chip drivers are loaded (e.g. at boot |
644 | time). If unsure, say N. | 644 | time). If unsure, say N. |
645 | 645 | ||
646 | config I2C_PCA_PLATFORM | ||
647 | tristate "PCA9564 as platform device" | ||
648 | select I2C_ALGOPCA | ||
649 | default n | ||
650 | help | ||
651 | This driver supports a memory mapped Philips PCA9564 | ||
652 | parallel bus to I2C bus controller. | ||
653 | |||
654 | This driver can also be built as a module. If so, the module | ||
655 | will be called i2c-pca-platform. | ||
656 | |||
646 | config I2C_MV64XXX | 657 | config I2C_MV64XXX |
647 | tristate "Marvell mv64xxx I2C Controller" | 658 | tristate "Marvell mv64xxx I2C Controller" |
648 | depends on (MV64X60 || PLAT_ORION) && EXPERIMENTAL | 659 | depends on (MV64X60 || PLAT_ORION) && EXPERIMENTAL |