diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2009-06-13 15:51:34 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-06-16 17:42:16 -0400 |
commit | 18904c0ecdf2cf22347da2adc4b273e9570333d8 (patch) | |
tree | ad970c1bacc3b53e46795a2f82ae3f2af509b39d /drivers/i2c/busses/Makefile | |
parent | 6df263cf2ee1c6dd9709488ecd3c7b3447511ecf (diff) |
i2c: ST DDC I2C U300 bus driver v3
This adds support for the ST Microelectronics DDC I2C bus
driver. This bus is used in the U300 architecture recently
added to RMK:s ARM tree.
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Reviewed-by: Ben Dooks <ben-linux@fluff.org>
Reviewed-by: Jean Delvare <khali@linus-fr.org>
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 776acb6403a7..edeabf003106 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile | |||
@@ -48,6 +48,7 @@ obj-$(CONFIG_I2C_S6000) += i2c-s6000.o | |||
48 | obj-$(CONFIG_I2C_SH7760) += i2c-sh7760.o | 48 | obj-$(CONFIG_I2C_SH7760) += i2c-sh7760.o |
49 | obj-$(CONFIG_I2C_SH_MOBILE) += i2c-sh_mobile.o | 49 | obj-$(CONFIG_I2C_SH_MOBILE) += i2c-sh_mobile.o |
50 | obj-$(CONFIG_I2C_SIMTEC) += i2c-simtec.o | 50 | obj-$(CONFIG_I2C_SIMTEC) += i2c-simtec.o |
51 | obj-$(CONFIG_I2C_STU300) += i2c-stu300.o | ||
51 | obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o | 52 | obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o |
52 | 53 | ||
53 | # External I2C/SMBus adapter drivers | 54 | # External I2C/SMBus adapter drivers |