summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-06-15 12:38:14 +0100
committerRussell King <rmk@dyn-67.arm.linux.org.uk>2005-06-15 12:38:14 +0100
commitb652b438fcad4c9c079d0774e9d45ee58fae22e2 (patch)
tree8911e5232e55f436491f24d19d802c4f49d7749c /drivers/i2c/busses/Kconfig
parentc0105338eb4e61e537ca34ae06921177cb6efcf0 (diff)
downloadlinux-3.10-b652b438fcad4c9c079d0774e9d45ee58fae22e2.tar.gz
linux-3.10-b652b438fcad4c9c079d0774e9d45ee58fae22e2.tar.bz2
linux-3.10-b652b438fcad4c9c079d0774e9d45ee58fae22e2.zip
[PATCH] I2C: Add PXA I2C driver
Add support for the I2C PXA driver. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index a0018de3bef..a3bec8d65cf 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -144,6 +144,22 @@ config I2C_I810
This driver can also be built as a module. If so, the module
will be called i2c-i810.
+config I2C_PXA
+ tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)"
+ depends on I2C && EXPERIMENTAL && ARCH_PXA
+ help
+ If you have devices in the PXA I2C bus, say yes to this option.
+ This driver can also be built as a module. If so, the module
+ will be called i2c-pxa.
+
+config I2C_PXA_SLAVE
+ bool "Intel PXA2XX I2C Slave comms support"
+ depends on I2C_PXA
+ help
+ Support I2C slave mode communications on the PXA I2C bus. This
+ is necessary for systems where the PXA may be a target on the
+ I2C bus.
+
config I2C_PIIX4
tristate "Intel PIIX4"
depends on I2C && PCI