diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2011-01-26 11:45:49 -0800 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2011-01-27 00:39:30 +0000 |
commit | 335d7c58fcc1b71387a2c38b610b08bb9d3a6fcc (patch) | |
tree | 0d58205d250c41d2c40fbcea8f1adbfba1f3cb4b /drivers/i2c/busses/Makefile | |
parent | 6fb1b304255efc5c4c93874ac8c066272e257e28 (diff) | |
download | talos-obmc-linux-335d7c58fcc1b71387a2c38b610b08bb9d3a6fcc.tar.gz talos-obmc-linux-335d7c58fcc1b71387a2c38b610b08bb9d3a6fcc.zip |
i2c/busses: Add support for Diolan U2C-12 USB-I2C adapter
This patch adds support for the Diolan U2C-12 USB-I2C adapter.
It also updates MAINTAINERS to list the author as maintainer.
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.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 9d2d0ec7fb23..3c630b7c5663 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile @@ -64,6 +64,7 @@ obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o obj-$(CONFIG_I2C_EG20T) += i2c-eg20t.o # External I2C/SMBus adapter drivers +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_TAOS_EVM) += i2c-taos-evm.o |