aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorMarco Aurelio da Costa <costa@gamic.com>2009-03-28 16:34:44 -0400
committerJean Delvare <khali@linux-fr.org>2009-03-28 16:34:44 -0400
commiteff9ec95efaaf6b12d230f0ea7d3c295d3bc9d57 (patch)
tree741c1ec65283018583bc2a8d5577e3ce8c201994 /drivers/i2c/busses/Kconfig
parentbac3e7c2aa2575a1c71f6fa643499676ca7c12c3 (diff)
i2c-algo-pca: Add PCA9665 support
Add support for the PCA9665 I2C controller. 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/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 7f95905bbb9d..68650643d116 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -617,12 +617,12 @@ config I2C_ELEKTOR
617 will be called i2c-elektor. 617 will be called i2c-elektor.
618 618
619config I2C_PCA_ISA 619config I2C_PCA_ISA
620 tristate "PCA9564 on an ISA bus" 620 tristate "PCA9564/PCA9665 on an ISA bus"
621 depends on ISA 621 depends on ISA
622 select I2C_ALGOPCA 622 select I2C_ALGOPCA
623 default n 623 default n
624 help 624 help
625 This driver supports ISA boards using the Philips PCA9564 625 This driver supports ISA boards using the Philips PCA9564/PCA9665
626 parallel bus to I2C bus controller. 626 parallel bus to I2C bus controller.
627 627
628 This driver can also be built as a module. If so, the module 628 This driver can also be built as a module. If so, the module
@@ -634,11 +634,11 @@ config I2C_PCA_ISA
634 time). If unsure, say N. 634 time). If unsure, say N.
635 635
636config I2C_PCA_PLATFORM 636config I2C_PCA_PLATFORM
637 tristate "PCA9564 as platform device" 637 tristate "PCA9564/PCA9665 as platform device"
638 select I2C_ALGOPCA 638 select I2C_ALGOPCA
639 default n 639 default n
640 help 640 help
641 This driver supports a memory mapped Philips PCA9564 641 This driver supports a memory mapped Philips PCA9564/PCA9665
642 parallel bus to I2C bus controller. 642 parallel bus to I2C bus controller.
643 643
644 This driver can also be built as a module. If so, the module 644 This driver can also be built as a module. If so, the module