diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-17 20:10:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-17 20:10:19 -0400 |
commit | 02e4c627d862427653fc088ce299746ea7d85600 (patch) | |
tree | e756f329f8f5e4546c9f62c3493903895227f5b6 /drivers/i2c/busses/Makefile | |
parent | 4b0e976c663e808822adf51274f948e8a4986f06 (diff) | |
parent | ead9a638c8f7a4f6471a130c854afafeccbb0824 (diff) |
Merge branch 'for-linus/2639/i2c-1' of git://git.fluff.org/bjdooks/linux
* 'for-linus/2639/i2c-1' of git://git.fluff.org/bjdooks/linux:
i2c-mpc: Add support for 64bit system
i2c: add driver for Freescale i.MX28
i2c: tegra: Add i2c support
Diffstat (limited to 'drivers/i2c/busses/Makefile')
-rw-r--r-- | drivers/i2c/busses/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/i2c/busses/Makefile b/drivers/i2c/busses/Makefile index a83966acc5ab..3878c959d4fa 100644 --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile | |||
@@ -43,6 +43,7 @@ obj-$(CONFIG_I2C_IOP3XX) += i2c-iop3xx.o | |||
43 | obj-$(CONFIG_I2C_IXP2000) += i2c-ixp2000.o | 43 | obj-$(CONFIG_I2C_IXP2000) += i2c-ixp2000.o |
44 | obj-$(CONFIG_I2C_MPC) += i2c-mpc.o | 44 | obj-$(CONFIG_I2C_MPC) += i2c-mpc.o |
45 | obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o | 45 | obj-$(CONFIG_I2C_MV64XXX) += i2c-mv64xxx.o |
46 | obj-$(CONFIG_I2C_MXS) += i2c-mxs.o | ||
46 | obj-$(CONFIG_I2C_NOMADIK) += i2c-nomadik.o | 47 | obj-$(CONFIG_I2C_NOMADIK) += i2c-nomadik.o |
47 | obj-$(CONFIG_I2C_NUC900) += i2c-nuc900.o | 48 | obj-$(CONFIG_I2C_NUC900) += i2c-nuc900.o |
48 | obj-$(CONFIG_I2C_OCORES) += i2c-ocores.o | 49 | obj-$(CONFIG_I2C_OCORES) += i2c-ocores.o |
@@ -59,6 +60,7 @@ obj-$(CONFIG_I2C_SH7760) += i2c-sh7760.o | |||
59 | obj-$(CONFIG_I2C_SH_MOBILE) += i2c-sh_mobile.o | 60 | obj-$(CONFIG_I2C_SH_MOBILE) += i2c-sh_mobile.o |
60 | obj-$(CONFIG_I2C_SIMTEC) += i2c-simtec.o | 61 | obj-$(CONFIG_I2C_SIMTEC) += i2c-simtec.o |
61 | obj-$(CONFIG_I2C_STU300) += i2c-stu300.o | 62 | obj-$(CONFIG_I2C_STU300) += i2c-stu300.o |
63 | obj-$(CONFIG_I2C_TEGRA) += i2c-tegra.o | ||
62 | obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o | 64 | obj-$(CONFIG_I2C_VERSATILE) += i2c-versatile.o |
63 | obj-$(CONFIG_I2C_OCTEON) += i2c-octeon.o | 65 | obj-$(CONFIG_I2C_OCTEON) += i2c-octeon.o |
64 | obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o | 66 | obj-$(CONFIG_I2C_XILINX) += i2c-xiic.o |