aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/Kconfig
diff options
context:
space:
mode:
authorRichard Röjfors <richard.rojfors@pelagicore.com>2010-02-11 04:42:00 -0500
committerBen Dooks <ben-linux@fluff.org>2010-03-07 17:28:39 -0500
commite1d5b6598cdc33257fe68302ae9db81d2f7bb883 (patch)
tree8c42909f9ecf4e5be48c1f4ef725f8a408e157e7 /drivers/i2c/busses/Kconfig
parent96eb7164e3c2f8c1b53118078e5c06f7c34c2d49 (diff)
i2c: Add support for Xilinx XPS IIC Bus Interface
This patch adds support for the Xilinx XPS IIC Bus Interface. The driver uses the dynamic mode, supporting to put several I2C messages in the FIFO to reduce the number of interrupts. It has the same feature as ocores, it can be passed a list of devices that will be added when the bus is probed. Signed-off-by: Richard Röjfors <richard.rojfors@pelagicore.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'drivers/i2c/busses/Kconfig')
-rw-r--r--drivers/i2c/busses/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 10041813c6ed..de04cd850353 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -582,6 +582,16 @@ config I2C_OCTEON
582 This driver can also be built as a module. If so, the module 582 This driver can also be built as a module. If so, the module
583 will be called i2c-octeon. 583 will be called i2c-octeon.
584 584
585config I2C_XILINX
586 tristate "Xilinx I2C Controller"
587 depends on EXPERIMENTAL && HAS_IOMEM
588 help
589 If you say yes to this option, support will be included for the
590 Xilinx I2C controller.
591
592 This driver can also be built as a module. If so, the module
593 will be called xilinx_i2c.
594
585comment "External I2C/SMBus adapter drivers" 595comment "External I2C/SMBus adapter drivers"
586 596
587config I2C_PARPORT 597config I2C_PARPORT