diff options
author | Richard Röjfors <richard.rojfors@pelagicore.com> | 2010-02-11 10:42:00 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-03-07 22:28:39 +0000 |
commit | e1d5b6598cdc33257fe68302ae9db81d2f7bb883 (patch) | |
tree | 8c42909f9ecf4e5be48c1f4ef725f8a408e157e7 /drivers/i2c/busses/Makefile | |
parent | 96eb7164e3c2f8c1b53118078e5c06f7c34c2d49 (diff) | |
download | talos-obmc-linux-e1d5b6598cdc33257fe68302ae9db81d2f7bb883.tar.gz talos-obmc-linux-e1d5b6598cdc33257fe68302ae9db81d2f7bb883.zip |
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/Makefile')
-rw-r--r-- | drivers/i2c/busses/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index 59abcf48e6a9..097236f631e8 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -56,6 +56,7 @@ obj-$(CONFIG_I2C_SIMTEC) += i2c-simtec.o obj-$(CONFIG_I2C_STU300) += i2c-stu300.o obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o obj-$(CONFIG_I2C_OCTEON) += i2c-octeon.o +obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o # External I2C/SMBus adapter drivers obj-$(CONFIG_I2C_PARPORT) += i2c-parport.o |