diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-01-11 00:23:59 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-01-13 13:56:56 +0100 |
commit | 83e53a8f120f2f273cf0ad717f5372ab79ac24fe (patch) | |
tree | 6c5934ce87dec5a66f618b2631d421b386555216 /drivers/i2c/busses/Makefile | |
parent | e5c6e7f296e17011848732b5a26b8251db59595b (diff) | |
download | talos-op-linux-83e53a8f120f2f273cf0ad717f5372ab79ac24fe.tar.gz talos-op-linux-83e53a8f120f2f273cf0ad717f5372ab79ac24fe.zip |
i2c: Add bus driver for for OSIF USB i2c device.
OSIF, Open Source InterFace, is a USB based i2c bus master. The
origional design was based on i2c-tiny-usb, but more modern versions
of the firmware running on the MegaAVR microcontroller use a different
protocol over the USB. This code is based on Barry Carter
<barry.carter@gmail.com> driver.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
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 dca041b1b99d..a08931fe73e1 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -84,6 +84,7 @@ obj-$(CONFIG_I2C_RCAR) += i2c-rcar.o obj-$(CONFIG_I2C_DIOLAN_U2C) += i2c-diolan-u2c.o obj-$(CONFIG_I2C_PARPORT) += i2c-parport.o obj-$(CONFIG_I2C_PARPORT_LIGHT) += i2c-parport-light.o +obj-$(CONFIG_I2C_ROBOTFUZZ_OSIF) += i2c-robotfuzz-osif.o obj-$(CONFIG_I2C_TAOS_EVM) += i2c-taos-evm.o obj-$(CONFIG_I2C_TINY_USB) += i2c-tiny-usb.o obj-$(CONFIG_I2C_VIPERBOARD) += i2c-viperboard.o |