aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-04-22 16:16:46 -0400
committerJean Delvare <khali@hyperion.delvare>2008-04-22 16:16:46 -0400
commit244fbbb81c46eefcc5f3a9cc37c4668f9d8ff801 (patch)
treed405d23b51388bb15efeeb4de3e5826cf0954e85 /drivers/i2c/busses/Kconfig
parentc01b0831057381c7f6e0bfb3634bac8c5f7fb256 (diff)
i2c: Add platform driver on top of the new pca-algorithm
Tested on a blackfin. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig15
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
646config 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
646config I2C_MV64XXX 657config 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